h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #720000;
}

.tiulo1{
    margin-top: 20vw;
}

.titulo2{
    margin-top: 10vw;
}

img{
    height: 20vh;
    display: flex;
    justify-self: center;
    margin-top: 100px;
}

.contatos-redes{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.redes{
    display: inline-block;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.redes img{
    height: 48px;
}

h2{
    color: #720000;
}