/*********Header******/

header {
  background-color: #048A81;
  height: 46px;
  margin: -8px;
  .topnav {
    padding-top: 13px;
  }
}

footer {
  background-color: #048A81;
  height: 50px;
  margin: -8px;
  padding-top: 30px;
  text-align: center;
}

.topnav a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Times New Roman', Times, serif;
}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #CDA2AB;
  color: white;
}
navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.fire1{text-align: left;}
.fire2{text-align: right;}
body{text-align: center;font-family: 'Times New Roman', Times, serif;font-size: large;}
body{background-color: #54C6EB;}
.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
   font-family: 'Times New Roman', Times, serif;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}
.navbar a.active {
  background-color: #CDA2AB;
  color: white;}
#fire1{display:flex;flex-direction: row-reverse;}
#fire2{display: flex;;}


#where-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 40px;
  p {
    font-size: 16px;
  }
  img {
    height: 65%;
    margin: auto;
  }
}

#where-footer a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Times New Roman', Times, serif;
}

#where-footer a:hover {
  background-color: #ddd;
  color: black;
}

#where-footer a.active {
  background-color: #CDA2AB;
  color: white;
}

#where-header {
  margin-top: 50px;
  font-size: 45px;
}