* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  font-family: Verdana;
  font-size: 12px;
  color: #13df00;
  background-color: #3f3f3f;
}

.container {
  display: flex;
  align-items: top;
  justify-content: center;
  margin: 2em;
  font-weight: bold;
}

.container p {
  align-items: center;
  justify-content: center;
}
