body {
    background-color: #d8ccc7;
    font-family: "libre Franklin";
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    height: auto;
    max-width: 300px;
}

.titel {
    text-align: center;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 900;
}


.link-box {
    padding-bottom: 10%;
}

.links {
    text-align: center;
    margin-top: 20px;
    border: 1px solid white;
    background-color: white;
    border-width: 2px;
    padding: 10px;
    letter-spacing: 1px;

    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: black;
    transition: color 1s;

}

a:hover {
    color: black;
    background-color: #d8ccc7;
}