/* Styles for the grey rectangular field */
.header {
    background-color: #061740;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-bottom: 2px solid #ffffff;
    font-family: 'Gotham';
  }
  
  #headerimage {
    max-width: 50%;
    margin-right: 150px;
  }
  
  /* Styles for the text */
  .text {
    max-width: 40%;
    text-align: center;
    margin-bottom: 100px;
    margin-left: 125px;
    margin-right: auto;
  }
  
  .text h1 {
    font-size: 50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
  }
  
  .text h2 {
    margin-bottom: 15px;
    font-size: 23px;
    font-family: Verdana, Geneva, Tahoma, sans-serif

  }
  
  .text p {
    margin: 7;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
  }
  
  /* Styles for the page background */
  body {
    background-color: #04102C;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
  }
  
  /* Styles for the row of images */
  
  .middle-text {
    margin-top: 100px;
    margin-left: 150px;

  }
  .images1 {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-left: 150px;
    margin-right:150px;
    padding: 0px;
    border: 0px;
  }
  
  table {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 50px;
    table-layout: fixed; 
    border: 0;
    padding: 0;
  }
  
  td {
    border: none; 
    text-align: left;
    width: 25%;
    
    
  }

 
  
  p {
    margin-right: 20px; 
  }
  
.button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 10px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

#sidetext {
  border: 2px solid white;
  margin: auto;  
  padding: 15px;
  text-align: left;
  font-size: 15px;
}