body {
  margin: 0;
  padding: 0;
}

.container {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('./background.jpg');
  background-size: cover;
}

.bright_daylight_environment_24 {
  position: absolute;
  overflow: visible;
  width: 1920px;
  height: 1247.5px;
  left: 0px;
  top: 0px;
}

.text {
  overflow: visible;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: rgba(242, 242, 242, 1);
  background-color: #3e3c3c8f;
  padding: 20px;
  border-radius: 15px;
}

a {
  color: rgb(230, 219, 70);
  text-decoration: underline;
  font-size: 16px;
}

ul {
  margin-block: 0;
  padding-inline-start: 0;
}

ul li {
  list-style: none;
  text-align: center;
}