body{
    background-color: #D8D8D8;
    
    
}
.Top{
    text-align: center;
    font-size: 75px;
}
.container {
    display: grid;
    align-items: center; 
    grid-template-columns: 1fr 1fr ;
    column-gap: 1px;
   }
   
   img {
    margin-left: 100px;
     max-width: 70%;
     max-height:75%;
   }
.text{
    font-size: 25px;
   margin-right: 70px;
}
/* This is all the stuff for the navitgation score(same for all padges) */
.topnav {
    background-color: #333;
    overflow: hidden;
  }
  

  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
 
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
 
  .topnav a.active {
    background-color: #FA5858;
    color: white;
  }

  .tit{
    text-align: center;
    font-size: 30px;
  }
  .context{
    text-align: center;
    font-size: 20px;
  }

  
  .act a:hover{
    background-color: rgb(65, 166, 243);
    color: black;
    text-decoration: none;
    border-radius: 25px;
    padding: 15px;
  }
  .act a.active{
    background-color: #D8D8D8;
    color: black;
    text-decoration: none;
  }

  .act a {
    float: center;
    color: #FA5858;
 
    padding: 14px 16px;
    text-decoration: none;
  
  }