*{
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}

.container {
    display: grid;

    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 90vh;
    background-color: #e9e9e9;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}

.suche {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(5, 4, 4);
}

.richtig {
    font-size: 1.5rem;
}

.btn {
    font-size: 2rem;
    background-image: linear-gradient(to top, #1800f5 0%, #4354ec 100%);
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
}

.btn:hover {
    font-size: 1.75rem;
    background-image: linear-gradient(to top, #0a459e 0%, #2e13c9 100%);
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
}

.okk {
    font-size: 4rem;
    color: red;
}

.ok {
    display: grid;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 90vh;
    background-color: #e9e9e9;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}

.btn__main {
    font-size: 2rem;
    background-color: red;
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: red;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
}

.btn__main:hover {
    font-size: 2rem;
    background-color: red;
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
}
