body {
  color: white;
  font-family: "futura-pt", sans-serif;
  background: #D72229;
}

h1, h2, h3 {
  font-family: "futura-pt-bold", sans-serif;
}

div {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

section {
  position: relative;
  margin: 25px auto;
  width: 800px;
}

#frames table {
  width: 100%;
}
#frames table td {
  padding: 3px;
  border: 1px solid white;
}