#content {
  display:  flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  border: 5px solid #aaa;
  border-radius: 25px;
}

#screen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

h1 {
  margin-top: 15px;
  margin-bottom: 5px;
}

#content p {
  margin-top: 15px;
  margin-top: 5px;
}
