* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: rgb(214, 219, 224);
}
p {
  font-size: 24px;
  text-align: center;
}
h1 {
  text-align: center;
  font-size: 45px;
}
h2 {
  text-align: center;
  font-size: 43px;
}
hr {
  padding: 10px;
  width: 100vw;
  border: none;
  list-style-type: none;
  background-color: aliceblue;
  overflow: hidden;
  box-shadow: 0 4px 15px 6px aliceblue;
  background-color: aliceblue;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 17px;
  }
  h2 {
    font-size: 24px;
  }
  hr {
    padding: 4px;
  }
  
}
