body{
    background-color: #D8D8D8;
}
/* The navigation bar at the top of the Screen */
.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;
  }

.Top{
        text-align: center;
        font-size: 95px;
  }

  /* This is splitting the screen */
  /* This is not being used right now so can be changed */
  
  .container {
    margin-left: 200px;
    display: grid;
    align-items: center; 
    grid-template-columns: 1fr;
    column-gap: 1px;
   }
   
   .flip-card {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; 
    margin-left: 25px;
    margin-top: 25px;
    margin-right: 25px;
  }
  
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #FA5858;
    color: black;
  }
  
  .flip-card-back {
    background-color: #FA5858 ;
    color: white;
    transform: rotateY(180deg);
  }

  topnav {
    background-color: #333;
    overflow: hidden;
  }
  

  .container a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  

  .container a:hover {
    background-color: #ddd;
    color: black;
  }
  
 
  .container a.active {
    background-color: #FA5858;
    color: white;
  }

  .texted{
    text-align: center;
    color: #FA5858;
  }

.Lexi{
  margin-left: 10px;
}


.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: black;

  padding: 14px 16px;
  text-decoration: none;

}
.act{
  margin-left: 30px;
  font-size: large;
}