@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;
}

#baeuerin {
    width: 450px;
    height: 500px;
}

#nicknamebutton {
    right: 10.65em;
    width: 9.5em;
    top: 10em;
    position: absolute;
    font-size: 2em;
    font-family: 'Patrick Hand';
}

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

#startbutton:hover {
    cursor: pointer;
}

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

#nickname {
    position: absolute;
    top: 12em;
    right: 21.9em;
    font-size: 1.5em;
}
