div.lobbySettings input {
    color: black;
    padding: 10px;
    width: 100%;
    font-size: 24px;
}

div.settingHolder {
    height: 160px;
    font-size: 32px;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 0px;
    border: 1px solid white;
    width: 250px;
}

div.winWithMaxRoundsHolder {
    display: inline-flex;
}

div.winWithMaxRoundsHolder input.winWithMaxRounds {
    height: 40px;
    margin-top: 20%;
}

div.lobbySettings {
    display: flex;
    float: left;
    flex-wrap: wrap;
    overflow-y: auto;
    position: absolute;
    width: 1500px;
    top: 135px;
    left: 20px;
    height: 650px;
    border: 3px solid white;
    border-radius: 20px;
}

div.limitRohstoffeHolder {
    width: 335px;
    height: 500px;
}