h1 {
    font-size: 30px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;


}
body {
    background-color: #4B94D8;

}
#aboutrod {
    font: weight 200px;
    font-family: Oleo Script, monospace;
    font-size: 20px;
    border-radius: 25px;
    background-color: rgb(4, 165, 229);
    border-style: solid;
    border-width: 3px;
    text-align: center;
    height: 300px;
    width: 500px;
    margin-left: 20px;
   
    
}
i {
    font-size: 10px;
}
#how-to {
    background-color: hsl(222deg, 74%, 74%);
    border-radius: 25px;
    border-width: 5px;
    border-style: solid;
    font-family: Courgette, monospace;

    
}
#stats {
    background-color: rgb(133, 193, 220);
    border-radius: 25px;
    text-align: center;
    width: 350px;
    border-style: solid;
    border-width: 5px;
    font-family: Oleo Script, monospace, Courgette;
    margin-left: 20px;
    
}
.container {
    display: flex;
    flex-direction: row;
  }
  

.flex {
    display: flex;
    justify-content: center;
    
}
#wasd {
   
    font-style: bold;
}
.middlegame {
    border-radius: 21px;
    background-color: hsl(359deg, 68%, 71%);
    border-style: solid;
    border-width: 5px;
    text-align: center;
    font-family: Dosis, monospace, arial;
    height: 320px;
    width: 400px;
    margin-bottom: 20px;
    margin-right: 30px;

}
