html {
  height: 100%;
  width: 100%;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section {
    min-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logo {
    max-width: 120px;
    height: auto;
}
.social-icon {
    height: 30px; /* Adjust as needed */
    width: 30px; /* Adjust as needed */
    margin: 5px; /* Adjust as needed */
}
.instagram-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0; /* Adjusts the space above and below the icon */
}
.email-input {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.email-input::placeholder {
    color: #fff;
}
.join-button {
    background-color: #fff;
    color: #000;
    border: none;
}
.header-font {
    font-family: 'Raleway', sans-serif;
}

.paragraph-font {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
/* For the video or image background */
.bg-pattern {
    background-image: url('path-to-your-pattern.png');
    background-size: cover;
}
