@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap'); body {
    font-family: 'Patrick Hand';
}

#ueberschrift {
    font-family: 'Patrick Hand';
    color: rgb(128, 64, 0);
    font-size: 4em;
    font-weight: bold;
    text-align: center;
}

#restartbutton {
    font-family: 'Patrick Hand';
    font-size: 2em;
    padding: 1rem;
    background: rgb(128,64,0);
    border-radius: 0.5em;
    color: white;
    width: 10em;
    position: absolute;
    right: 3em;
    top: 13.5em;
}

#newregistration {
    font-family: 'Patrick Hand';
    font-size: 2em;
    padding: 1rem;
    background: rgb(128,64,0);
    border-radius: 0.5em;
    color: white;
    width: 10em;
    position: absolute;
    right: 3em;
    top: 16.5em;
}

#logo {
    width: 250px;
    height: 200px;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

#baeuerin {
    height: 450px;
    width: 373px;
    position: absolute;
    top: 7em;
}

#text {
    font-family: 'Patrick Hand';
    font-size: 2.7em;
    text-align: center;
    margin-top: 3em;
}

#score {
    font-family: 'Patrick Hand';
    font-size: 2.7em;
    text-align: center;
    margin-top: 4em;
}

#restartbutton:hover {
    cursor: pointer;
}
