body {
   background-color: #f5f5f5;
}

.stripe {
   width:100%;
   height:85px;
   position:absolute;
   top:15;
   left:0;
   background-color: #f5f5f5;
   border-bottom: 1px solid rgb(5, 40, 74);
} 

.stripe img {
   float: left;
   padding-left: 20px;  
}

a.menu {
  float: right;
  padding-right: 55px;
  padding-top: 40px;
  color: #555;
  text-decoration: none;
  font-family: "Quicksand", serif;
  font-weight: 700;  
  font-size: 18px;  
}

#mainpage { 
  width: 1024px; 
  margin: 0 auto; 
  margin-top: 110px;
  display: flex;
  padding-top: 40px;    
  padding-bottom: 40px;  
  padding-left: 40px;  
  padding-right: 40px;    
  border: 1px solid #ccc;  
  background-color: #ffffff;      
}

.left_column {
  flex: 40%;
}

.left_column img {
  width: 90%;
}

.right_column {
  flex: 60%;
  text-align: left;  
  font-family: Arial, sans-serif;
  color: #333;
}

p {
  line-height: 1.3;
  font-size: 17px;  
  font-family: Tahoma, "Trebuchet MS", sans-serif;
}

p.indent {
  margin-left:2em;
} 

.question {
  margin: 0 auto; 
  font-size: 28px;
  font-family: "Bebas Neue";
}

table {
  border-collapse: separate;
  width: 100%;
}

#tabletitle {
  text-align: center;
  font-size: 32px;
  font-family: "Bebas Neue";  
  padding-bottom: 0px; 
}

td, th {
  border: 1px solid gray; 
  padding: 10px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
}

li {
  margin: 5px 0;
}

.footer {
  width: 1024px; 
  padding-left: 40px;  
  margin: 0 auto; 
  text-align: left;
  font-family: "Quicksand", serif;  
  font-weight: 700;
  width: 60%; 
}