*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
    
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    line-height: 1.8;
}
header{
    background: linear-gradient(rgba(248, 228, 47, 0.85), rgb(255, 255, 255));
    text-align: center;
    padding: 20px;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgba(0, 0, 0), 0.85), solid 1px;
    margin-bottom: 20px;
}
nav{
    text-align: center;
    padding: 20px;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgb(0, 0, 0), 0.85), solid 1px;
   
    margin-bottom: 20px;
}
nav ul li{
    display: inline;
    list-style-type: none;
    font-size: 20px;
    font-weight: 600;
}

.home_button{
    float: Right;
    font-family: 'Courier New', Courier, monospace;
    background-color: #b14b4b91;
    border: none;
    color: rgb(0, 0, 0);
    border: 10px;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
nav{
    text-align: center;
    padding: 20px;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgb(0, 0, 0), 0.85), solid 1px;
   
    margin-bottom: 20px;
}
nav a{
    
    width: 50%;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgb(0, 0, 0), 0.85), solid 1px;
    background: radial-gradient(rgba(202, 248, 196, 0.961), rgba(110, 209, 97, 0.961));
    border-radius: 0%;
    padding: 5px 10px;
    

}



