body {
    background-color: black;
    background-image: url("images/moon_bg.PNG");
    background-repeat: no-repeat;
    background-position: 15% 40%;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center; 
    height: 100vh;
    color: white;
    padding: 0;
    margin: 0;
}

.mobile-menu {
    display: none;
}

.hamburger-menu {
    display: none;
}


.wrapper {
    max-width: 1020px;
    margin-top: 80px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.logo {
    max-height: 220px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 10;
    padding: 5px 20px; 
    background-color: rgba(0, 0, 0, .3);
    font-size: 1.3rem;
}


h1 {
    font-family: 'Tangerine', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 10em;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

h2 {
    font-family: 'Tangerine', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

h3 {
    font-family: 'Tangerine', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: .8em;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.menu {
    font-family: 'DM Serif Text', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 5rem;
}

a:link, a:visited {
    color: white;
    text-decoration-line: none;
}

a:hover, a:active {
    color: rgb(159, 82, 248)
}

.textboxes {
    display: grid;
    padding-top: 20%;
    padding-left: 40%;
    text-wrap-mode: nowrap;
}

.aboutBox {
    max-width: 60%;
    padding-left: 25%;
}

.aboutText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    text-align: left;
    line-height: 1.9em;
}
