
.bodyI {
  background-image: none !important;
  background-color: black;
  font-size: 30px;
}

.boxI {
  background-color:black;
  border: outset 10px darkred;
  margin: 3vw 25vw;
  font-size: 30px;
}

.boxheaderI{
  background-color: black;
  background-size: 200px 50px;
  border: inset 10px darkred;
  display: grid;
  justify-items: center;
  padding: 10px;
}
.boxheaderI a {
  background-color:black;
  text-decoration: none;
  color: darkred;
  border: solid 3px darkred;
  padding: 0px 5px;
} 

.boxheaderI a:hover {
  text-decoration: underline;
}

.maintext {
  font-size:22px;
}
