body {
  margin: 0;
  padding: 0;
  background-image: url("images/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: sans-serif;
}

h1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  background-color: rgba(0, 128, 255, 0.7);
  color: #fff;
  font-size: 48px;
}

.container {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  color: #fff;
}

.logo-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 180px;
}

.logo-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 180px;
}

.info-bullets {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 70px;
}

.info-bullet {
  margin-top: 20px;
  max-width: 460px;
  padding: 10px;
  background-color: rgba(0, 0, 255, 0.6);
  border-radius: 10px;
}

.info-bullet h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}

.info-bullet p {
  font-size: 22px;
  margin-bottom: 0;
}

.disclaimer-bullet {
  margin-top: 40px;
  max-width: 460px;
  padding: 10px;
  background-color: rgba(128, 0, 128, 0.8);
  border-radius: 10px;
}

.disclaimer-bullet h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}

.disclaimer-bullet p {
  font-size: 18px;
  margin-bottom: 0;
}
