.identity-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.identity-image {
    max-width: 100%;
    max-height: 85%;
}

.button {
    background-color: #A30709 !important;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor:pointer;
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #777;
}

.nutzungsbedingungen {
    max-width: 1200px;
    margin: 100px auto;
}