/* style.css */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../design/bg-hemp.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.content {
    color: #ffffff;
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-top: 20%;
}

form {
    margin-top: 20px;
}

input[type="email"] {
    padding: 10px;
    margin-right: 10px;
}

button {
    padding: 10px;
}

footer {
    color: #ffffff;
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 9pt;
}
