* {
  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;
  border: #fbab40;
  height: 100vh;
  background-color: #242628;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

.header h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.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;
}

.options > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

@media screen and (max-width: 1024px) {
  .header > h1 {
    font-size: 36px;
  }

  .header > p {
    font-size: 20px;
  }

  .options > a {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .header > h1 {
    font-size: 24px;
  }

  .header > p {
    font-size: 16px;
  }

  .options > a {
    font-size: 16px;
  }
}

.styled-link {
  text-decoration: none;
  color: #4CAF50;
}

.styled-link:hover {
  color: #ff9e40;
}

.anetcall-link {
  text-decoration: none;
  color: #1979cc;
}

.anetcall-link:hover {
  color: #ffffff;
}

.ebay-link {
  text-decoration: none;
  color: #FFD700;
}

.ebay-link:hover {
  color: #ffffff;
}