anyway now works, but is not responsive for mobile (as u can try, is live)
i try to add this:
@media screen and (max-width: 600px) {
.slogan {
font-family: 'Mukta', sans-serif;
margin: auto;
width: 200px;
padding: 0px;
text-align: center;
color: #2d3748;
padding: 0.1px 0px 0px 0px; /*to make it exactly to the center*/
float: none;
}
}
but not work properly, the text is not centered and not responsive