html,
body {
    background-image: url("images/background.jpg");
    background-size: 100% 100%;
    background-color: black;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
}

.titlelogoframe {
    padding-top: 10vh;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.titleimg {
    width: 60vw;
    vertical-align: middle;
}

.flagimg {
    display: block;
    max-width: 23vw;
    width: 23vw;
    height: auto;
}

.availableoptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    padding-top: 2vh;
    margin-left: 15vw;
    margin-right: 15vw;
}

.availableoptions>a {
    padding-top: 4vh;
}

.socialnetworks {
    position: fixed;
    bottom: 12vw;
    display: flex;
    width: 40vw;
    justify-content: space-around;
    margin-left: 30vw;
    margin-right: 30vw;
}

.socialbutton {
    width: 13vw;
}

.emptybox {
    min-width: 7vw;
    height: 1vh;
}