body {
    background-image: url('./assets/Backgroundcrown.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    font-family: 'Open Sans', sans-serif;

    text-align: center;
    padding-top: 3%;

    color: white;
}

.logo {
    width: 30rem;
    position: relative;
}
.content {
    position: relative;
}

.content .title {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 4em;
}

.content .adress {
    margin-top: 2em;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.content .adress span{
    display: block;
    margin-bottom: 0.4em;
}

.content .button {
    margin-top: 4em;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: white;
    color: gray;
    display: inline-block;
    padding: 0.75em 1.5em;
    transition: 0.2s linear;
    border-radius: 5px;
}
.content .button:hover {
    background: #566565;
    color: rgb(255, 255, 255);
    transition: 0.2s linear;
}

.content .info {
    margin-top: 3em;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: inherit;

}

.seperator {
    display: inline-block;
    margin-left: 2em;
    margin-right: 2em;
}



@media only screen and (max-width: 600px) {
    body {
        padding-top: 40%;
    }
    .logo {
        width: 80%;
    }

    .seperator {
        display: none;
    }

    .footer .line {
        display: block;
    }
}
