body{
  background-color: lightgrey;
}
.style {
  text-align: left;
  padding: 20px;
  word-spacing: 9px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 550;
  background-color: rgb(2, 2, 52);
}
.style a {
  text-decoration: none;
  color: whitesmoke;
}

.style a:hover {
  background-color: lightblue;
  color: rgb(2, 2, 52);
  padding: 10px;
  border-radius: 5px;
}

.header {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  font-size: 50px;
  background-color: rgb(2, 2, 52);
  padding: 10px;
  color: whitesmoke;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  color: whitesmoke;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.left {
  width: 50%;
  padding: 20px;
  background-color: rgb(7, 37, 87);
  border-radius: 20px;
}

.right {
  width: 50%;
  padding: 20px;
  background-color: rgb(7, 37, 87);
  border-radius: 20px;
}

.wall {
  padding-left: 23%;
  text-align: left;
}

.center {
  text-align: center;
  color:whitesmoke;
}
.photo{
  text-align: center;
  color: rgb(6, 6, 99);
}

ul li {
  font-weight: bold;
}

ol li {
  font-weight: normal;
}
h5 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight:700 ; 
    color: rgb(2, 2, 52);
    text-align: center;
}

h2{
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 35px;
    font-weight:700 ;

}
h4{
 font-family: "Poppins", sans-serif;
 font-weight: 200;
}
img{
    width:500px;
    height: auto;
}
.video{
  padding-bottom: 56%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.vid{
  text-align: center;
  color: rgb(2, 2, 52);
}
.top{
text-align: center;
padding: 20px;
word-spacing: 5%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 17px;
text-transform: uppercase;
font-weight: 550;
}
.top a {
text-decoration: none;
  color: rgb(7, 37, 87);
}
.top a:hover {
  background-color: whitesmoke;
  color: rgb(2, 2, 52);
  padding: 10px;
  border-radius: 5px;
}
.tab{
  width: 80%;
  height: auto;
  padding-left: 10%;
}
