body {
    background: #fff8ed;
    display: grid;
    gap: 5px;
    overflow-x: auto;
    overflow-y: auto;
}


header {
  grid-column: 1/3;
  grid-row: 1/2;
  height: 150px;
  padding: 5px;
  margin: auto;
  width: 1200px;
}


.img1 {
  width: 30%;
  margin-left: 20px;
  margin-bottom: -45px;
  
}
.img2 {
  width: 7%;
  margin-bottom: -20px;
  margin-left: 10px;
  margin-right: 500px;
}

.navb1 {
    background-color: #61400e;
    color: #fff8ed;
    border-radius: 5px;
    font-family: monospace, sans-serif;
    font-size: 1rem;
    border-color: #61400e;
    border-style: solid;
    padding: 2px;
    margin-right: 10px;
}
.navb2 {
    background-color: #61400e;
    color: #fff8ed;
    border-radius: 5px;
    font-family: monospace, sans-serif;
    font-size: 1rem;
    border-color: #61400e;
    border-style: solid;
    padding: 2px;
}

.navb1:hover {
  background-color: black;
  color: #fff8ed;
  transition-duration: 0.7s;
  border-color: black;
} 
.navb2:hover {
  background-color: black;
  color: #fff8ed;
  transition-duration: 0.7s;
  border-color: black;
}


main {
  grid-column: 1/3;
  grid-row: 2/3;
  grid-template-columns: 1fr, 1fr;
  height: min-content;
  width: 1200px;
  padding: 5px;
  margin: auto;
  
}


.img3{
  width: 50%;
  float: right;
  padding: 0px;
  margin-top: 20px;
}
.announcement {
    font-family: calinastiya, monospace;
    color: #61400e;
    text-align: center;
    font-size: 5.5rem;
}
.hbreak{
  border: 1px dashed #61400e;
  width: 95%;
  margin-top: 25px;
}
.break {
    border: 1px dashed #61400e;
    width: 80%;
}

.intro-p {
    color: #61400e;
    font-family: monospace, sans-serif;
    font-size: 1.2rem;
    margin-top: 100px;
    text-align: center;
}
p {
  font-family: monospace, sans-serif;
  color: #61400e;
}

footer {
  grid-column: 1/3;
  grid-row: 3/4;
  height: 50px;
  width: 1200px;
  padding: 5px;
  margin: auto;
}