.container {
    position: relative;
    border: black 2px solid;
    width: 200px;
    height: 200px;
    margin-left: 300px;
    margin-top: 150px;
    font-size: 30px;
    overflow: hidden;
    overflow-wrap: anywhere;
}


.score {
        position: absolute;
        margin-left: 299.5px;
        margin-top: -50px;
        width: 200px;
        height: 35px;
        font-size: 18px;
        border: black 3px dotted;
        text-align: center;
}

.scoreCounter {
                position: relative;
                bottom: 12px;
}

.info {
    position: absolute;
    border: black 3px dotted;
    width: 250px;
    height: 200px;
    margin-left: 510px;
    font-size:20px;
}

.description {         
            text-align: right;
            position: absolute;
            width: 180px;
            margin-left: 110px;
            margin-top: -15px;
            font-size: 20px;
}

.title {
    position: absolute;
    margin-top: -130px;
    margin-left: 300px;
}

.mainButtons {
    position: relative;
    
    margin-left: 300px;
}
.extra {
    margin-left: 300px;
    margin-top: 10px;
}
#scoreListButton {
    width: 204px;
}
#start{
    width: 203px;
    margin-top: 10px;
}

.highestScore{
    margin-top: 0px;
}
.scores{
    margin-top: -15px;
    font-size: 24px;
}
li{
    padding: 10px;
}
.promptContent {
   margin-left: 25%;
   margin-top: 10%;
   width: 12%;
   padding: 15px;
   border: solid black 4px;
   border-radius: 5px;
   background-color: rgba(255, 255, 255, 0.829);
   z-index: -100;
}
.namePrompt{
    margin-top: -480px;
    width: 99%;
    height: 98%;
    background-color: rgba(0, 0, 0, 0.75);
    user-select: none;
    position: absolute;
}
.entername{
    position: absolute;
    z-index: 100;
    color: white;
    margin-top: 220px;
    margin-left: 16%;
}
.warning {
    margin-top: 5px;
}
.promptInputT, .promptInputT {
    margin-top: 250px;
    margin-left: 16%;
}

.scoresContainer{
    position: absolute;
    width: 400px;
    height: 600px;
    border: black solid;
    margin-top: -480px;
    margin-left: 800px;
}

.bestPlayer {
    width: 450px;
    height: 70px;
    border: dashed black 2px;
    position: relative;
    top: 75px;
    left: 200px;
    text-align: center;
    font-size: 22px;
}

#game2 {
    visibility: hidden;
}

.container2 {
    position: absolute;
    border: #000000 2px solid;
    width: 200px;
    height: 285px;
    margin-left: 300px;
    margin-top: -240px;
    font-size: 30px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.time {
    position: absolute;
    margin-left: 299.5px;
    margin-top: -50px;
    width: 200px;
    height: 35px;
    font-size: 18px;
    border: black 3px dotted;
    text-align: center;
}
.description2 {
    margin-top: -265px;
}
.info2{
    margin-top: -240px;
}

.save-warning {
    position: absolute;
    font-size: 14px;
    width: 200px;
    text-align: center;
}

#game3 {
    visibility: hidden;
    position: absolute;
    top: -80px;
}

.container3 {
    position: absolute;
    border: #000000 2px solid;
    width: 200px;
    height: 410px;
    margin-left: 300px;
    margin-top: 150px;
    font-size: 30px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.info3 {
    position: absolute;
    border: black 3px dotted;
    width: 250px;
    height: 200px;
    margin-top: 140px;
    margin-left: 520px;
    font-size:20px;
}

.description3 {         
    text-align: right;
    position: absolute;
    width: 180px;
    margin-left: 110px;
    margin-top: 130px;
    font-size: 20px;
}

.timer-points3 {
    margin-left: 225px;
    top: 75px;
    position: absolute;
    font-size: 20px;
    width: 400px;
    text-align: center;
}
