/* line 1, app/assets/stylesheets/external_redirect.scss */
html, body {
  height: 100%;
  margin: 0;
}

/* line 6, app/assets/stylesheets/external_redirect.scss */
body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  font-family: 'Arial', sans-serif;
}

/* line 14, app/assets/stylesheets/external_redirect.scss */
.container {
  text-align: center;
  max-width: 700px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 23, app/assets/stylesheets/external_redirect.scss */
h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #222;
}

/* line 29, app/assets/stylesheets/external_redirect.scss */
p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* line 35, app/assets/stylesheets/external_redirect.scss */
a.waybackmachine {
  display: inline-block;
  margin: 10px 0;
  padding: 12px 20px;
  background-color: #5a5fff;
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

/* line 47, app/assets/stylesheets/external_redirect.scss */
a.waybackmachine:hover {
  background-color: #4b4fe0;
}

/* line 51, app/assets/stylesheets/external_redirect.scss */
a.btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #ff5a5f;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 67, app/assets/stylesheets/external_redirect.scss */
a.btn:hover {
  background-color: #e04e50;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* line 73, app/assets/stylesheets/external_redirect.scss */
a.btn:focus {
  outline: none;
}

/* line 77, app/assets/stylesheets/external_redirect.scss */
a, a:visited {
  color: inherit;
}

@media (max-width: 768px) {
  /* line 82, app/assets/stylesheets/external_redirect.scss */
  html, body {
    height: auto;
    background-color: #fff;
  }
  /* line 87, app/assets/stylesheets/external_redirect.scss */
  .container {
    background-color: none;
    box-shadow: none;
  }
}
