@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;600;700;1,400&display=swap');

body {
  background: linear-gradient(to bottom, #06090a 0%,#0a151d 100%);
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.site-header {
  text-align: center;
}

.site-header img {
  margin: 50px auto 20px auto;
  width: 300px;
  max-width: 60%;
}

#main-wrapper {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

#link-list {
  list-style-type: none;
  padding: 0;
}

#link-list a {
  display: block;
  margin: 22px 0;
  padding: 16px;
  font-weight: 400;
  background-color: #0c192196;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #02b3b4;
}

#mc_embed_shell {
  width: 100%;
  margin-top: 50px;
}

.sign-up-header {
  color: white;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
}

label {
  font-weight: 700;
  font-size: 0.85em;
  color: #fff;
  display: none;
}

#mce-EMAIL {
  display: block;
  background-color: #0c1921;
  margin: 0 1px 12px 1px;
  padding: 16px 18px;
  border-radius: 0;
  border: 1px solid white;
  font-size: 1em;
  color: white;
  width: calc(100% - (2 * 18px) - 3px);
}

#mc-embedded-subscribe {
  background-color: #0f232f;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding: 16px 20px;
  width: 100%;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9em;
  font-weight: 700;
}
