h1 {
    color: blue;
    text-align: center;
    font-family: Comic Sans MS;
}

#headID {
    font-size: 10px;
    color: rgb(175, 111, 28);
    font-family: 'Times New Roman';
    font-style: italic;
    margin-top: -15px;
    text-align: center;
}

#rickRoll {
    margin-left: 700px;
    text-align: center;
    font-size: 10px;
    color: rgb(175, 111, 28);
    font-family: 'Times New Roman';
    text-decoration: none;
}

#footerContact {
    font-size: 15px;
    margin: 3px;
}

h3 {
    color: black;
    text-align: center;
    font-family: Comic Sans MS;
}

div p {
    color: darkblue;
    font-family: 'Times New Roman';
    font-size: 15px;
}

body {
    background-color: rgb(63, 249, 94);
}

#cartBody {
    background-color: rgb(255, 255, 255);
}

#cart {
    font-size: 20px;
    text-decoration: underline;
}

div {
    border: 8px solid;
    background-color: aqua;
    border-radius: 25px;
    margin: 10px 50px 10px 50px;
    text-align: center;
    padding: 30px 20px 30px 20px;

    /* right down opacity thickness */
    box-shadow: black 0px 0px 10px 6px;
    /* margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px; */
    /* padding: 10px; */
}

/* this is for classes */
.all {
    background-color: rgb(219, 103, 236);
    border-style: dotted;
}

/* #theFirst {
    border-style: dotted;
} */

/* this is for IDs */
/* #theSecond {
    border-style: dotted;
}

#theThird {
    border-style: dotted;
} */

img {
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

a {
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
    /* gets rid of lines */
    font-size: 20px;
    color: darkblue;
}