body, html {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: rgba(13, 27, 42, 1);
}
body {
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
}

h1 {
    text-align: center;
    border: 3px solid white;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 55vw;
    position: absolute;
    color: white
}

#inhalt {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid white;
    border-radius: 10px;
    width: 55vw;
    position: absolute;
    top: 8rem;
}

.punkt {
    text-align: center;
    margin: 10px;
    border: 2px solid white;
    border-radius: 3px;
    width: 20rem;
    padding: 3px;
    color: white;
    text-decoration: none;
}