@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');

body{
    width: 89%;
    margin: auto;
    background-color: #2c0d49;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Gruppo", sans-serif;
    font-size: 30px;
    margin-top: 70px;
}
h1{
    text-align: center;
    font-size: 50px;
}

em{
    color: #f196e7;
    font-style: oblique;
}

a{
    text-decoration: none;
    color: #0fd2ff;
}

.cli{
    color: #33f688;
    font-weight: bold;
    font-size: 20px;
}

.info{
    color: yellow;
    font-style: italic;
    background-color: #1e1e1e;
    padding: 20px;
}
.infoTitle{
    color: yellow;
}

i{
    color: #ffffff;
}

footer{
    text-align: center;
    margin-top: 80px;
    color: hotpink;
    font-family: "Gruppo", sans-serif;
    font-size: 15px;
}

img{
    width: 150px;
    border-radius: 30px;
}