body{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    background: #004D43 url(../img/banner_bg_colored.png);
}


.descrip{
    margin-bottom: 20px;
}

.descrip h1{
    text-align: center;
    color: #fff;
    
}


.logo-principal{ 
    width: 600px;
}