* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body,
#game {
  overflow: hidden;
}

.create_character {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
}

.death_screen {
  background-color: rgba(100, 0, 0, 0.5);
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  height: 100px;
  width: 100px;
  padding: 20px;
}
