body {
    min-height: 100vh;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: top center;
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    color: white;
    box-sizing: border-box;
    width: 100%;    
}
.content-area {
    padding: 30px 30px 60px 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #e30614ba;
    box-sizing: border-box;
}
.logo {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.link-box {
    font-size: 14px;
}
.singololink {
    width: 190px;
    height: 100px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 20px;
}
.link-box a {

}
.link-box img {
    height: 40px;
}
.link-box .etichetta {
    margin-top: 40px;
}
@media screen and (max-width: 640px) and (max-height: 960px) and (orientation: portrait) {
    .logo {
        width: 80vw;
    }
    .content-area {
        width: 100vw;
        height: 100vh;
        position:initial;
        margin: 0;
        bottom: initial;
    }
}
@media screen and (orientation: landscape) and (max-width: 800px) {
    .logo {
        width: 40vw;
    }
    .content-area {
        width: 100vw;
        height: 100vh;
        position:initial;
        margin: 0;
        bottom: initial;
    }
}