img{
    margin: 0 450px;
    height: 500px;
    width: 600px;
    border: none;
}
body{
    font-family: "Courier New", Courier, monospace;
    background-color: #144f19;
    color: #144f19; 
}
hr{
    border: 3px solid #144f19;
}
button{
    background-color: #7BAE7F; 
    height: 60px;
    width: 110px; 
    border-radius: 7px; 
    transition: 0.3s;
    border: none;
    font-size: 18px;
    color: #144f19; 
    font-family: "Courier New", Courier, monospace;
}
button:hover{
    background-color: #04620c; 
    height: 40px;
    width: 80px;
    border-radius: 7px; 
    border: none;
    transition: 0.3s;
    font-size: 18px;
    color: #7BAE7F; 
    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;  
  }
.Dry{
    border: 3px solid #144f19;
    border-radius: 7px;
    margin-bottom: 20px; 
    padding: 10px;
    background-color: #7BAE7F; 
}
.Fry{
    border: 3px solid #144f19;
    border-radius: 7px;
    margin-bottom: 20px; 
    background-color: #7BAE7F; 
    margin: 0px auto; 
    padding: 10px;
}