body {
  background: lightblue;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
button {
  background-color: black;
  color: white;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  font-size: 40px;
  
}
h100 {
  font-size: 50px;
  font-weight: 1000;
}