/* ==========================================================================
   #STYLES
   ========================================================================== */

/* RESET
   ========================================================================== */

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit; /* [1] */
  margin: 0;
  padding: 0;
}

/* STYLES
   ========================================================================== */

body {
  font-family: "Courier New","Courier",monospace;
  background-color: white;
}

.container {
  margin-top: 25px;
  font-size: 25px;
  font-size: 7vmin;
  text-align: center;
  color: #DDDDDD;
}

.container strong {
  color: #333333;
  font-weight: bold;
}
