#startGameButton {
    position: fixed;
    top: 0vh;
    left: 0vw;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    font-size: 5em;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: aqua;
    
}

.title {
    height: 5vh;
    background-color: #c2e5ff;
    font-size: 2em;
    text-align: center; 
}

.base {
    height: 5vh;
    background-color: #c2e5ff;
    font-size: 2em;
    text-align: center;    
}

.containerdiv {
    margin: auto;
text-align: center;
    background-color: #f5e5e5;
    
}
#charpicMM, #dropareaMM
{
    margin: auto;
    display: inline-block;
    height: 120px;
    padding:10px;
    text-align: center;
    background-color: blue;
}
#charpicMM div
{
    margin:10px;
    width:100px;
    height:100px;
    border:4px solid black;
    float:left;
    border-radius:20px;
    background: white;
    cursor:pointer;
    font-size:36px;

}
#dropareaMM div
{
   margin: 10px;
    width:100px;
    height:100px;
    border:4px solid black;
    float:left;
    border-radius:20px;
    background: white;
    cursor:pointer;
    font-size:36px;
    line-height: normal;


}

#playAgainButton {
    font-size: 48px;
    border: 4px solid black;
    padding: 20px;
    margin: 50px;
    color: white;
    background-color: black;
    border-radius: 30px;

    
}

.buttondiv {
    margin:auto;
    width: 50%;

    text-align: center;
}
