body {
    
    background-color: #7D0F2A ;
       
}


@font-face {
    
font-family: thefont;
    
    src: url(CourierPrime-regular.ttf);
    
}

p
{
 font-family: thefont;
    font-size: 25px;
       color: #A33552;

}

 a { 
   font-size: 25px;
   color: black;
   font-family: thefont;
   text-decoration: none;
   color: #A33552;
   
}

nav {
    
    background-color: #4D0012;
    height: 35px;
    width: 800px;
    margin-top: 30px;
    box-shadow: 5px 5px #A33552;
    border-right: 3px;
    border-radius: 10px;
    margin-right: 100px;
    
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
    width: 800px;
    
    
}

li {
  display: inline;
  font-size: 30px;
  border-right: 3px solid #39000D;
    border-left: 3px solid #4D0012;
  padding-left: 30px;
    padding-right: 30px;
  

}

li:last-child {
  border-right: none;
  border-left: 3px solid #4D0012;
}

li a:hover {
  background-color: #39000D;
  color: white;
}

section {
    
    margin: 50px;
    padding: 10px;
}


main {
  
        background-color: #4D0012;
        margin-top: 30px;
    width: 800px;
    height: 770px;
   box-shadow:15px 15px #A33552;
        border-right: 3px;
    border-radius: 10px;
    margin-left: 500px;
    
}

