body{
    font-family: "Courier New", Courier, monospace;
}
hr{
    border: 1px solid #247BA0;
}
body{
    background-color: #247BA0;
    color: #247BA0;
} 
button{
    background-color: #02628b;
    color: #032471;
    height: 70px;
    width: 150px;
    border-radius: 7px; 
    border: none;
    font-size: 18px;
    transition: 0.3s;
    font-family: "Courier New", Courier, monospace;
}
button:hover{
    background-color: #032471;
    color: #02628b;
    height: 50px;
    width: 120px;
    border-radius: 7px; 
    border: none;
    font-size: 18px;
    transition: 0.3s;
    font-family: "Courier New", Courier, monospace;
}
button:active {
  transform: scale(0.8); 
  transition: transform 0.2s;
}
a {
    display: inline-block;      
  }
.center{
    display: flex;              
    justify-content: center;  
    align-items: center;  
  }
  #butter{
    width: 110px;
    height: 60px;
    font-size: 18px;
    font-family: "Courier New", Courier, monospace;
  }
  #butter:hover{
    width: 80px;
    height: 40px;
    font-size: 18px;
    font-family: "Courier New", Courier, monospace;
  }
  .Dry{
    border: 3px solid #247BA0;
    border-radius: 7px;
    margin-bottom: 10px; 
    padding: 10px;
    background-color: #0A2463;
  }
  .Fry{
    border: 3px solid #247BA0;
    border-radius: 7px;
    margin-bottom: 10px; 
    padding: 10px;
    background-color: #0A2463;
    margin: 0px auto;
}
