.button {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #f9f6f2;
    height: 60px;
    width: 60px;
    line-height: 54px;
    text-align: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

#buttons {
    color: white;
    display: inline-block;
}

#play_home {
    font-size: 35px;
    margin-right: 10px;
    background-color: rgb(108, 238, 108);
}

#scoreboard_home {
    font-size: 35px;
    background-color: lightskyblue;
}

#scoreboard {
    font-size: 40px;
    background-color: lightskyblue;
}

#btnPlayGame {
    line-height: 60px;
    line-height: -100px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 50px;
    background-color: rgb(108, 238, 108);
}

#btnScoreboard {
    line-height: 60px;
    text-decoration: none;
    font-size: 50px;
    background-color: lightskyblue;
}

#btnRetryModal {
    line-height: 60px;
    text-decoration: none;
    font-size: 50px;  
    background-color: rgb(235, 69, 69);
}

#btnHomeModal {
    line-height: 60px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 50px;
    background-color: rgb(247, 168, 49);
}

#btnScoreboardModal {
    line-height: 60px;
    text-decoration: none;
    font-size: 50px;
    background-color: lightskyblue;
}

#btnPlayGame_Scoreboard {
    line-height: 60px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 50px;
    background-color: rgb(108, 238, 108);
}

#btnHome_Scoreboard {
    line-height: 60px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 50px;
    background-color: rgb(247, 168, 49);
}

a:link, a:visited {
    text-decoration: none;
    color: white;
    text-align: center;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover, a:active {
    color: rgb(49, 45, 45);
}