* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: Arial, sans-serif;
}

body {
  background-color: #BDDFD0;
  padding: 200px;
}

h1 {
  color: #E32400;
  font-size: 52px;
  padding-bottom: 20px;
}


h2 {
  color: white;
  font-size: 52px;
  padding-bottom: 20px;
}

img {
  padding-bottom: 20px;
}

p {
  padding-bottom: 20px;
  font-size: 26px;
}

input[type="text"]{
    font-size:24px;
}

a:link {
  text-decoration: none;
  color: #E32400;
  font-size: 26px;
}

a:visited {
  text-decoration: none;
  color: #E32400;
}

a:hover {
  text-decoration: underline;
  color: #E32400;
}

a:active {
  text-decoration: underline;
  color: #E32400;
}

#problem-statement p {
  font-family: "Source Code Pro", monospace;
  font-size: 14pt;
}

#problem-statement code {
  font-family: "Source Code Pro", monospace;
  font-size: 14pt;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#problem-statement code:before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  right: -2px;
  top: 3px;
  bottom: 0px;
  border: 1px solid #333340;
}
#problem-statement pre.wrap {
  font-family: "Source Code Pro", monospace;
  font-size: 14pt;
  max-width: 100%;
  white-space: pre-wrap;
}

#problem-statement  em {
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: bold;
}