:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, #1e083d, #060116 62%);
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wtxt {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.otxt {
  color: #ff8000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
}

.link {
  width: 100px;
  color: #060216;
  background-color: #ff8000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.off {
  width: 150px;
  color: #060216;
  background-color: #ff8000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.image {
  width: 10%;
  padding-bottom: 0;
}

@media screen and (max-width: 479px) {
  .wtxt, .otxt {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block {
    width: 90%;
  }

  .off {
    font-size: 14px;
  }
}


