@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
body {
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.Logo {
    width: 100%;
}

.Menu {
    color: #1AB7EA;
    font-size: 48px;
    margin: 0 auto;
}

.Lingua {
    background-color: #004B8E;
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 20px;
    padding: 5px 0;
    width: 80%;
    margin-left: 10%;
}

.BEB {
    background-color: #C5161D;
}

.Lingua:hover {
    background-color: #1063ac;
}