h1{
  text-align: center;
  font-size: 5rem;
}
h2{
  text-align: center;
}
h3{
  text-decoration: underline;
}
.p1{
  text-align: center;
  margin: 0 2rem 0 2rem;
  font-size: 1.7rem;
}
.btns{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
#wt1{
  margin-left: 1rem;
  margin-top: -2rem;
  width: 100%;
}
#W1{
  width: 100%;
}
hr{
  background-color: black;
  height: 1px;
  border: none;
}

.dm-sans{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#miny1, #miny2, #miny3{
  font-size: 3.2em;
}
#mt1, #mt2, #mt3{
  font-family: "DM Sans", sans-serif;
  text-align: center;
  font-size: 1.2rem;
}




.topstory{
  width: 100%;
  height: 20rem;
  background-color: white;
}
.sidestory{
  width: 27%;
  height: 25rem;
}
.widestory{
  width: 100%;
  height: 20rem;
  display: flex;
  flex-direction: row;
  gap: -9rem;
}
.storyrow{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4%;
}
.smallstory{
  width: 30%;
  background-color: antiquewhite;
  height: 25rem;;
}