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

html, body {
  height: 100%;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  border: #fbab40;
  background-color: #242628;
  background-image: url(./assets/world.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.header h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ff9e40;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
  margin: 8px 8px;
}

.header {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 8px 8px;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
  align-items: center;
}

.option-container {
  display: flex;
  justify-content: space-around; /* Adjust spacing between items */
  flex-wrap: wrap; /* Wrap items to the next line if necessary */
}

.option-item {
  display: flex;
  flex-direction: column;
  text-align: center; /* Optional: Center the content */
}

.option-link {
  display: block;
  margin-top: 10px; /* Adjust the spacing as needed */
  text-decoration: none; /* Remove underline from link */
  color: #ffffff;
}
.option-text {
  font-weight: bold; /* Make the text bold */
}

.option-image {
  display: block; /* Ensure the image is displayed as a block element */
  margin: 0.3vw 0.3vw; /* Center the image */
  width: 29vw; /* Set the desired width */
  max-width: 300px; /* Set the maximum width */
  height: auto; /* Maintain the aspect ratio */
}

.option-link {
  display: block;
  margin-top: 10px; /* Adjust the spacing as needed */
}

.logo {
  display: flex;
  justify-content: center; /* Center the logo horizontally */
  align-items: center; /* Center the logo vertically */
  width: 100%; /* Ensure the logo container takes full width */
}


.logo-image {
  width: 50%;
}
