* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  height: 100vh;
  background-color: #242628;
  background-image: url(./assets/world.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

.header h3 {
  color: #ffffff;
  font-size: 69px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.btn {
  padding: 10px 30px;
  background-color: rgb(255, 106, 0);
  border-radius: 5px;
  border: none;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}

.warn {
  color: #fff;
  text-align: center;
}

.x38LS {
  text-align: center;
  color: #747474;
  display: block;
  margin-top: 20px;
}