.body {
  background-image: -webkit-linear-gradient(334deg, #2841f0, #69d9e6);
  background-image: linear-gradient(116deg, #2841f0, #69d9e6);
}

.image {
  width: 800px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.welcome-text {
  margin-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #e66969;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.welcome-text.subtext {
  color: #e66969;
  font-weight: 400;
}

.splash-content {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 5px solid #eb9d23;
  border-radius: 126px;
  background-color: #fff;
  box-shadow: 2px 3px 35px -4px #000;
}

.div-block {
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #eb9d23;
}

.inline-link {
  color: #e66969;
  font-weight: 700;
  text-decoration: none;
}

.inline-link:hover {
  color: #cf1614;
}

@media (max-width: 991px) {
  .container {
    margin-top: 50px;
  }
  .splash-content {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .welcome-text {
    font-size: 20px;
    line-height: 20px;
  }
  .welcome-text.subtext {
    padding-top: 5px;
  }
  .div-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .container {
    margin-top: 25px;
  }
  .welcome-text {
    padding-right: 5px;
    padding-left: 5px;
  }
  .welcome-text.subtext {
    font-size: 15px;
    line-height: 16px;
  }
  .splash-content {
    width: 308.3125px;
    padding-bottom: 15px;
    border-radius: 50px;
  }
}