body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    line-height: 1.5;
    min-height: 100vh;
    background: #f3f3f3;
    flex-direction: column;
    margin: 0;
}

.main {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    padding: 10px 20px;
    transition: transform 0.2s;
    width: fit-content;
    text-align: center;
}

.rangliste {
    border-radius: 30px;
    background-color: lightgrey;
    color: black;
    font-size: 20px;
    text-align: left;
    float: left;
}

.saetzeDerSpieler {
    border-radius: 30px;
    background-color: lightgrey;
    color: black;
    font-size: 20px;
    text-align: left;
}

.anzeige {
    border-radius: 30px;
    background-color: lightgrey;
    font-size: 80px;
}

.anzeigetafel {
    border-radius: 30px;
    background-color: lightgrey;
    font-size: 20px;
}

.punkteanzeige {
    border-radius: 30px;
    background-color: lightgrey;
    font-size: 20px;
    float: right;
}

.anzeigeHilfe {
    border-radius: 30px;
    background-color: lightgrey;
    font-size: 20px;
}

.statistik {
    border-radius: 30px;
    background-color: lightgrey;
    font-size: 15px;
    text-align: left;
}

.wettquote {
    border-radius: 30px;
    background-color: lightgrey;
    font-size: 15px;
    text-align: center;
}

.eingabe {
    width: 500px;
}

input[type="radio"] {
    width: auto;
    float: left;
    margin-right: .75em;

  }
  
h1 {
    color: black;
}

h2 {
    color: black;
}

label {
    display: block;
    width: 100%;
    text-align: left;
    color: #555;
    
}

input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
}

button {
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    color: white;
    cursor: pointer;
    background-color: grey;
    width: 50%;
    font-size: 16px;
}

a.button {
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    color: white;
    cursor: pointer;
    background-color: grey;
    width: 50%;
    font-size: 16px;
}

.rund {
    background-color: white;
    color: black;
    width: 50px;
    border-radius: 50%;
    font-weight:bold;
}

.rund:hover {
    background-color: lightcoral;
}

.timerButton {
    color: black;
    cursor: pointer;
    background-color: white;
    width: 100%;
    font-size: 20px;
}

.timerButton:hover {
    background-color: lightcoral;
}
