*{
    margin: 0;
    padding: 0;
}
body{
    background-color:bisque;
}
header{
    background-color: black;
    color:white;
    text-align: center;
    padding: 2% 6%;
    font-size: 1.5em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.section1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2% 5%;
  font-size: 1.3em;
  font-weight: bold;
}
.section1 a {
  text-decoration: none;
  color: black;
  font-size: 1.5em;
  word-spacing: normal;
}
.section1 a:hover{
    color:red;
}
.nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.nav1 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.nav1 a {
  text-decoration: none;
  color: black;
}
.nav1 a:hover {
  color: red;
}
.section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 6%;
}
.img1 {
  width: 40vw;
  height: auto;
  margin: 2% 6%;
}
table, td, th{
    border-collapse: collapse;
    border:2px black solid; 
    padding: 10px;
    text-align: center;
}
.section3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2% 6%;
    border-radius: 1%;
}
h2{
    text-align: center;
    padding: 2% 6%;
    font-size: 2em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h3{
    text-align: center;
    padding: 2% 6%;
    font-size: 2em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 3%;
}
.section4{
    display:flex;
    flex-direction:column ;
    align-items: center;
    justify-content: space-around;
    margin: 2% 6%;
    margin-bottom: 10%;
}
p{
    color: black;
    font-size: 1.5em;
    word-spacing: normal;
}