.half-page{
    padding: 10px;
}
.half-page img {
    margin-bottom: 50px;
}
.half-page:nth-child(2) * {
    text-align: left;

}
.checkout {
    margin-top: 10px;
    text-align: left;
}

img {
    width: 75%; 
}

.dropdown-menu {
    margin: 20px;
    font-family: Arial, sans-serif;
}

.class-description p, h3, ul{
    margin-bottom: 10px;
}

.bulleted-list{
    padding-left: 1em;
}
.bulleted-list li::before {
    content: "• "; 
    color: black;  
    font-size: 1.2em;  
    margin-right: 8px;  
}

#course-select, #checkout-button {
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
}

#checkout-button {
    cursor: pointer;
    background-color: #a6776a98;
    color: white;
    border: none;
    border-radius: 4px;
}

#checkout-button:hover {
    background-color: #90665bd5;
}


@media only screen and (min-width: 800px){
    .main-content {
        display: flex;
        justify-content: space-around; 
        align-items: flex-start; 
    }
    .half-page {
        width: 50%;
    }
}