#banner{
    width: 60%;
}
.menu{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.menupoint{
    font-size: 50px;
    color: black;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
.menupoint a:hover, #impr a:hover{
    text-decoration: underline;
}
#impr a:hover{
    color: black;
}
.menupoint a:hover{
    color: grey;
}
.web{
    color: #42b4d6;
}
.web:hover{
    font-weight: bold;
}
a{
    text-decoration: none;
}
.menupoint a{
    color: black;
}
.main-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}
.content, .contento{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
.text, .textr, .texto{
    text-align: justify;
    font-size: 30px;
    color:  rgb(51, 51, 51);
    line-height: 35px;
}
.text{
    font-family: 'Source Sans Pro', sans-serif;
}
.texto, .textr{
    font-family: serif;
    margin: 20px;
}
.textr{
    font-weight: bold;
}
#profile{
    width: 100%;
    border-radius: 100%;
}
.under{
    width: 65%;
}
.over{
    width: 25%;
}
#impr a{
    font-size: 15px;
    color: grey;
    font-family: 'Ropa Sans', sans-serif;
}
.bold{
    font-weight: bold;
}
@media only screen and (max-width: 1050px){
    .content{
        flex-direction: column-reverse;
    }
    .contento{
        flex-direction: column;
    }
    .under{
        width: 100%;
    }
    .over{
        width: 40%;
    }
    .text, .textr, .texto{
        text-align: center;
    }
}
@media only screen and (max-width: 650px){
    .over{
        width: 70%;
    }
}