body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('prism.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ml-2 {
    margin-left: 8px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

nav ul li a.active {
    font-weight: bold;
}

main {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
}

section {
    display: none;
}

section.active {
    display: block;
}

h2 {
    font-size: 24px;
    margin-top: 0;
}

ul {
    margin-left: 20px;
}

.app-screenshots {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.app-screenshots img {
    max-width: 200px;
    border-radius: 5px;
}

form div {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="email"] {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    border: none;
}

button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

footer {
    text-align: center;
    margin-top: 20px;
}

.waitlist-link {
    color: #8b5cf6; /* You can adjust the color code to your preferred shade of violet */
    text-decoration: none;
}

.waitlist-link:hover {
    text-decoration: underline;
}
