button {
  background-color: #363737;
  color: White;
  width: 100px;
  height: 100px;
  font-size: 30px;
  font-family: poppins;
  border: none;
  border-radius: 10px;
  margin: 3px;
}

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#container {
  display: flex;
}
h1 {
  font-size: 70px;
  font-family: arial;
  color: #36454F;
}

#content {
  font-size: 55px;
  font-family: arial;
  margin-top: 15px;
  color: #36454F;
}