body{
    background-image: url("img/22.png");
    background-position: center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      
}

.logo{
    max-width: 50%;
    width: 40%;
    max-height: 50%;
    height: 40%;
    object-position: center;
    display: flex;
    align-self: center;
    
    
}

.texto{
    max-width: 50%;
    width: 30%;
    max-height: 50%;
    height: 30%;
    object-position: center;
    display: flex;
    align-self: center;
}

.telefone{
    font-size: 3rem;
    display: inline-block;
    padding: 0.5rem 0;
    margin: 0.5rem 1rem;
    align-self: center;
    text-decoration: none;
    color: #FF0;
    letter-spacing: 3px;
}

.email{
    font-size: 2.5rem;
    display: inline-block;
    padding: 0.5rem 0;
    margin: 0.5rem 1rem;
    align-self: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
}



@media(max-width: 370px){
    
    .texto{
        width: 20rem;
    }

    .telefone{
        font-size: 1.5rem;
    }
}