#mediHauptteil {
    position: relative;
    border-radius: 20%;
    top: 130px;
    width: 100vh;
    min-height: 10vh;
    background-color: rgb(4, 3, 57);
    color: rgb(217, 181, 130);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h1 {
    font-size: 300%;
    background-color:rgb(45, 58, 122);
    width: 39%;
    border-radius: 20%;
}

#counter {
    display: flex;
    background-color: rgb(45, 58, 122);
    justify-content: center;
    place-items: center;
    height: 50vh;
    margin: 10%;
    cursor: pointer;
    border-radius: 40px;
}

#text {
    font-size: 600%;
}