html {
  font-size: calc(15px + 0.390625vw);
  max-width: 1600px;
}
body {
  background-color: #277070;
  color: #101010;
}

a {
  color: #c84148;
  text-decoration: none;
}

h1 {
  font-family: Commissioner, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #101010;
  margin: 0;
}

h2 {
  font-family: Commissioner, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #101010;
  margin: 2rem 0 0 0;
}

.bodytext {
  font-family: Commissioner, Helvetica, Arial, sans-serif;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: left;
}

.footer {
  font-family: Commissioner, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.maincontainer {
  margin: 1.2vw 1vw 1vw 1vw;
  background-color: #c84148;
  text-align: left;
  border-style: solid;
  border-width: 10px;
  border-color: #101010;
}

.topcontainer {
  position: absolute;
  left: 6rem;
  top: 0;
  font-size: 2.5rem;
  line-height: 4vw;
  text-align: left;
}

.topcontainer a {
  color: #000000;
  text-decoration: none;
}

.logo-a {
  margin: 2vw 0 0.5vw 4vw;
  float: left;
  font-family: Commissioner, Helvetica, Arial sans-serif;
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}

.logo-b {
  margin: 0 0 1vw 4vw;
  width: 70%;
  float: left;
  font-family: Commissioner, Helvetica, Arial sans-serif;
  font-size: 5rem;
  line-height: 4.6rem;
  color: #ffffff;
  clear: left;
}

.afterlogo {
  clear: left;
  clear: right;
  margin: 2vw 4vw 0 4vw;
}

.box1 {
  clear: left;
  width: 75%;
  margin: 10vw 0 2vw 0;
  background-color: #ffffff;
  text-align: left;
  border-style: solid;
  border-width: 6px;
  border-color: #101010;
}

.box1text {
  margin: 1.5vw;
  text-align: left;
}

.menucontainer {
  margin: 1vw 1vw 1vw 1vw;
  width: 100%;
  justify-content: center;
}

.menucontainer a {
  color: #fff0f0;
  text-decoration: none;
}

.menubutton {
  float: left;
  margin: 0 0.5rem 0 0;
  background-color: #c84148;
  color: #fff0f0;
  text-align: center;
  font-size: 1rem;
  font-family: Commissioner, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  border-style: solid;
  border-width: 10px;
  border-color: #101010;
  justify-content: center;
}

.footercontainer {
  clear: both;
  margin: 1vw 1vw 0 1vw;
  color: #fff9f9;
  text-align: center;
}

.response {
  margin: 0 5vw 0 5vw;
  clear: right;
  font-size: 6.5vw;
  text-align: center;
}

.response a {
  color: #000000;
  text-decoration: none;
}
¨
.somecontainer
{
  position: absolute;
  top: 2em;
  float: right;
}

.somebutton
{
  margin: 0 0.5rem 0 0;
  color: #fff0f0;
  width: 2em;
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  justify-content: center;
}