body {
  background-color: black;
  color: white;
  font-family: Comic Sans MS;
  text-align: center;
  align-content: center;
  
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  outline: 3px dashed white;
  border-radius: 20px;
  padding: 20px;
}

.buttons {
  background-color: black;
  color: white;
  font-family: Comic Sans MS;
  outline: 2px dashed white;
  border-radius: 20px;
  padding: 10px;
}