.new-rocker-regular {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
}

body{
  background-color:white;
  background-image: url("redlabyrinthbg.gif");
  background-repeat:repeat;
  display:flex;
  justify-content:center;
  color:white;
  font-family:"New Rocker", system-ui;
}

.container{
  border:solid thick black;
  width:300px;
  margin:0 auto;
  margin-top:150px;
  display:flex;
  height:350px;
  flex-direction:column;
  background:white;
  color:red;
  text-align:center;
}

.innerbox{
  background:black;
  height:20px;
  width:300px;
  text-align:left;
  font-size:14px;
}

sm{
  font-size:10px;
}

a{
  color:red;
}

a:hover{
  color:white;
  background:red;
}