html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
  background-color: rgb(240, 240, 240);
}
  
  a {
    font-size: 18px;
    text-decoration: none;
    color: rgb(236, 154, 0);
  }
  
  p {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  h1 {
    margin-bottom: 0;
    margin-top: 0;
  }
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.text-with-link {
  display: inline-block;
  vertical-align: middle; 
}
.center-content {
  padding: 40px;

  padding-bottom: 60px;
  background-color: rgb(230, 230, 230);
}

@media only screen and (max-width: 600px) { 
  .center-content {
    background-color: rgb(245, 245, 245); 
  }
}
