html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #eee;
  font-size: 18px;
}

.modal {
  max-width: 100%;
  width: min(730px, 100%);
  height: auto;
  background: #101119;
  color: #eee;
  position: relative;
  overflow: hidden;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  max-width:100%;
  width: min(730px, 100%);
  overflow: hidden;
}

.background img {
  width: 100%;
  display: block;
}

.banner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 30px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.banner .title {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}

.banner .message {
  font-size: 20px;
}

.banner a {
  color: #fff;
  display: inline-block;
}

.banner a:hover {
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
}

.body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 30px 30px;
}

.body .message {
  font-size: 18px;
}

.eob-btn {
  background: #b6bf00;
  border: none;
  color: #101119;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
  font-family: inherit;
}

.eob-btn:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transition: all ease 0.4s;
  background: rgba(182, 191, 0, 0.7);
}

.pip-link {
  place-self: center;
  text-decoration: none;
}

.pip-btn {
  background-color: #00cbe5;
  color: #101119;
  padding: 0.6rem;
}

.pip-btn:hover {
  background-color: #007685;
}

.btn-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.btn-content span {
  vertical-align: middle;
}

.divider {
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.button-holder {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.button-holder a {
  text-decoration: none;
}

.copernicus-btn {
  background-color: #0a4393;
  color: #fff;
  padding: 0.6rem;
}

.copernicus-btn:hover {
  background-color: #043983;
}
