
a:link {
    background-color: transparent;
    color: rgb(171, 151, 246);
}

a:visited {
    background-color: transparent;
    color: rgb(177, 218, 255);
}

a:hover {
    background-color: transparent;
    color:rgb(242, 121, 248);
}

a:active {
    color: rgb(223, 253, 0);
}

body {
    background-image: url(/images/9019808.jpg);
    max-width: 1000px;
    margin: auto;
    color: #fff;
    width: 90%;
}
header {
    background-image: url(/images/banner.jpg);
    /* padding-top: 25%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

nav {
    
}

main{

}

footer {

}
h1 {
    text-align: center;
}

h2 {
    color: #93b1b5;
    text-align: center;
}

p {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.color {
    color: #9ef0ff;
}

.logo {
    float: left;
    
}

/* Creates a flex display for featured products */

#products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
}

.container {
    text-align: center;

}

.container p {
    font-size: 14px;
}

/* Navigation CSS */

.navbar {
    padding-right: 15px;
}

#navdiv {
    display: flex; align-items: center; justify-content: space-between;
}



li {
    list-style: none;
    display: inline-block;
}

li a {
    margin-right: 25px;
    font-size: 20px;
}