body {
    background-image: url(../images/background_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 275px;
    max-width: 50vw;
}

.tagline {
    font-size: 150%;
    font-weight: 700;
    font-style: italic;
}

.button-link {
    margin: 10px;
    width: 400px;
    max-width: 98%;
}

.information {
    max-width: 400px;
}

.text-icon {
    font-size: 185%;
}

.link-wrap {
    width: 450px;
    max-width: 95vw;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
}

.social-icon {
    font-size: 170%;
}

.langSwitchBox {
    background-color: rgba(197, 197, 197, 0.35);
    border-radius: 3px;
}

.langSwitch {
    width: 25px;
    margin: 3px;
    background-color: white;
    border-radius: 50%;
}

.imgGrayscale {
    filter: grayscale(75%);
}