    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        scroll-behavior: smooth;
        font-family: 'Josefin Sans', sans-serif;
    }
    
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url(../images/bg800bulbs.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    header {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    
    nav {
        width: auto;
        height: auto;
    }
    
    ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    li,
    a {
        margin-left: 1rem;
        list-style: none;
        text-decoration: none;
        color: black;
    }
    
    main {
        max-width: 50vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
    }
    
    section {
        width: 100%;
        height: auto;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        color: black;
    }
    
    .hero {
        max-width: 100%;
    }
    
    h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 25px;
        font-weight: 500;
    }
    
    h2 {
        margin-bottom: 12.5px;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600;
    }
    
    p {
        font-size: 0.9rem;
        line-height: 1.3rem;
        font-weight: 400;
    }
    
    .text-content {
        width: 100%;
        height: auto;
        text-align: left;
        padding-bottom: 1rem;
    }
    
    .line {
        width: 100%;
        height: 0.01rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        background-color: black;
    }
    
    .button {
        width: auto;
        height: auto;
        padding-top: 0.4rem;
        padding-bottom: 0.4em;
        padding-right: 4.5rem;
        padding-left: 4.5rem;
        background-color: gainsboro;
        text-align: center;
        border-radius: 1.5rem;
        font-size: 0.8rem;
        border-color: gray;
        border-width: 0.1rem;
        border-style: solid;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .float {
        width: 100%;
        height: auto;
        float: left;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .img-f {
        float: right;
        margin-left: 1.5rem;
        border-radius: 0.5rem;
    }
    
    .float-two {
        width: 100%;
        height: auto;
        float: right;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #FAFBFB;
        border-left-width: 0.5rem;
        border-left-style: solid;
        border-left-color: #AED3C9;
        border-top-width: 0.1rem;
        border-top-style: solid;
        border-top-color: #AED3C9;
        border-bottom-width: 0.1rem;
        border-bottom-style: solid;
        border-bottom-color: #AED3C9;
    }
    
    .float-two h2 {
        margin-left: 1rem;
    }
    
    .img-f-two {
        float: left;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    
    form {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        background-color: #AED3C9;
        padding: 1rem;
    }
    
    footer {
        width: 100%;
        height: auto;
        padding: 1rem;
        color: white;
        background-color: #B9692E;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    
    footer h2 {
        font-size: 0.95rem;
        line-height: 1.2rem;
        padding: 0;
        margin: 0;
    }
    
    input {
        width: 100%;
        height: 2.5rem;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        cursor: pointer;
    }
    
    #comment {
        height: 20rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    #sale,
    #general {
        height: 1rem;
        width: auto;
        margin-left: 0.5rem;
        margin-right: 2rem;
    }
    
    .checkbox-holder {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    input[type=submit] {
        width: 10rem;
        height: 2rem;
        background-color: gainsboro;
        text-align: center;
        border-radius: 1.5rem;
        font-size: 0.8rem;
        border-color: gray;
        border-width: 0.1rem;
        border-style: solid;
    }
    
    .submit-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    @media (max-width:868px) {
        .img-f,
        .img-f-two {
            width: 65%;
            height: auto;
        }
        p {
            font-size: 0.8rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
            margin-left: 1rem;
        }
        label {
            font-size: 0.8rem;
        }
        li,
        a {
            margin-left: 0.5rem;
            font-size: 0.8rem;
        }
    }
    
    @media (max-width:600px) {
        .img-f,
        .img-f-two {
            width: 100%;
            height: auto;
            float: none;
            margin: 0;
        }
        h1 {
            font-size: 1.2rem;
            line-height: 1.8rem;
            margin-top: 25px;
        }
        h2 {
            margin-bottom: 0.5rem;
            font-size: 1rem;
            line-height: 1.55rem;
            font-weight: 600;
        }
        p {
            margin-left: 0;
        }
        .float-two {
            padding: 0.5rem;
        }
        .float-two h2 {
            margin: 0;
        }
        footer h2 {
            font-size: 0.75rem;
            line-height: 1rem;
        }
    }