body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
}

div {
  margin-top: 60px;
}

h1 {
  margin: 0;
  margin-bottom: 10px;
}

h2 {
  margin: 0;
  margin-bottom: 5px;
}

p {
  margin: 0;
}

input {
  font-size: large;
  height: 45px;
  width: 180px;
  border-radius: 22.5px;
  background-color: #333;
  color: white;
  text-align: center;
  border-width: thin;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  margin-top: 7.5px;
  margin-bottom: 15px;
}

button {
  height: 45px;
  width: 180px;
  margin-top: 30px;
  border-radius: 22.5px;
  background-color: darkorange;
  color: white;
  font-weight: bold;
}

.timeInput {
  margin-top: 60px;
  margin-bottom: 120px;
}

.timeInputBlock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.timeBlockParagraph {
  margin-right: 60px;
  font-weight: bold;
}
