body{
    background-color: #0099CC;
    font-family: 'Oswald', sans-serif;
    color:#1b1b1b;
}
.benvenuto{
    font-size: 3em;
}
.redirect{
    font-size:2em;
}
img.thick{
    border-radius: 15px;
    border: 2px #1b1b1b solid;
}

@media screen and (max-width: 535px) {
  .logo {
    width: 100% !important;
  }
}
