@font-face {
    font-family: dejavu;
    src: url(BAHNSCHRIFT.TTF);
}

body {
    font-family: dejavu;
    margin: 0;
    min-height: 100vh;
    position: relative;
}

p {
    text-align: justify;
}

footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    width: 100vw;
}

main {
    max-width: 1000px;
        min-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding: 0 20px;
        font-size: 1.2em;
}

.button {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding: 0px 30px;
    font-size: 1.2em;
    background-color: #6b2727;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    margin-top: 50px;
    line-height: 70px;
}

.select {
    width: calc(100% - 64px);
    padding: 20px 30px;
    font-size: 1.2em;
    outline: 2px solid #6b2727;
    color: #6b2727;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    margin-top: 20px;
    line-height: 30px;
}

.select:hover {
    background-color: #5f5f5f21;
}

.select span {
    color:#636363; 
    margin-left: 50px; 
    font-size: 0.8em;
}

a {
    text-decoration: none;
}