body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  background-color: #fafafe;
  margin: 0;
}

.extras-container {
  width: 100vw;
  height: 100vh;
}
.extras-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

img.extras-image {
  width: auto;
  max-width: 500px;
}

.extras-container .extras-text {
  font-weight: normal;
  font-size: 2.059rem;
  color: #2d2e82;
  text-align: center;
}

.extras-container .extras-link {
  font-weight: normal;
  font-size: 2.059rem;
  color: #3ac0ff;
  text-decoration: underline;
  cursor: pointer;
}

.bottom3r {
  margin-bottom: 3rem !important;
}
.bottom1r {
  margin-bottom: 1rem !important;
}

.btn.btn-blue {
  background-color: #35a8e0;
  color: #fff;
  border-radius: 100px;
  padding: 0.5rem 2rem;
  transition: 0.4s all;
  font-size: 1.5rem;
}

a.btn.btn-blue {
  text-decoration: none;
}

.btn.btn-blue:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .extras-wrapper {
    padding: 1rem;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  img.extras-image {
    width: 80%;
  }
}
