.main {
  background-color: #0F001F;
}
body {
  text-align: center;
  padding: 5%;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #D2D2D2;
}
p {
  border-bottom: 6px solid red;
}
