@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff;
    background-image: url("images/Backgroundem_launch-1.png");
  }

  .main-description {
    background-color: #000000;
    color: #ffffff;
  }

  #link-to {
    color: #000000;
  }

    .subscribe-button {
        background-color: #000000;
        color: #ffffff;
        border: 1px solid white;
    }

    .subscribe-button:hover {
    background-color: #ffffff;
    color: #000000;
    }
}


@media (prefers-color-scheme: light) {
  body {
    background-color: #000000;
    background-image: url("images/Backgroundem_launch-1.png");
  }

  .main-description {
    background-color: #ffffff;
    color: #000000;
  }

    #link-to {
        color: #ffffff;
    }

    .subscribe-button {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #ffffff;
    }

    .subscribe-button:hover {
        background-color: #000000;
        color: #ffffff;
    }
}




body {
    height: 300px;
    background-position: center; /* Center the image */
    background-size: cover;
    font-family: "Verdana"
}

#jarAvatar {
    height: auto;
    min-width : 300px;
}

.main-description {
    text-align: center;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    padding: 50px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#link-to:hover {
    color: #284113;
}

#navbar {
    align-items: center;
    justify-content: center;
}

#navbarCollapse {
    align-items: center;
    justify-content: center;
}

.container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}

.base-text {
    text-align: left;
}

h1 {
    font-size: 80px;
}

h3 {
    font-size: 40px;
}

html {
  scroll-behavior: smooth;
}

footer {
    text-align: center;
    font-size: 80%;
    padding: 30px;
}

.subscribe-button {
    border-radius: 2px;
    padding: 15px 32px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    font-size: 16px;
    white-space: normal;
    word-wrap: break-word;
}

input#mc-embedded-subscribe {
    margin: 0 auto !important;
    display: block !important;
}