:root {
    font-family: sans-serif;
}

body {
    background: linear-gradient(180deg, #0c1415, #16363e);
    color: cyan;
    height: 1000px;
}

h1 {
    font-family: "Orbitron", sans-serif;
}

h1 a:link {
    color: cyan;
    text-decoration: none;
}

h1 a:visited {
    color: cyan;
    text-decoration: none;
}

h3 {
    font-family: "Orbitron", sans-serif;
    margin: 5px;
}

h3 a:link {
    color: cyan;
    text-decoration: none;
}

h3 a:visited {
    color: cyan;
    text-decoration: none;
}

.category {
    font-size: 14pt;
    cursor: context-menu;
    text-transform: capitalize;
}

.carttotal {
    margin-left: 25px;
}

ul.products {
    margin: 5px;
}

a.product:visited {
    color: cyan;
    text-decoration: none;
}

a.product:link {
    color: cyan;
    text-decoration: none;
}

a.product:hover {
    color: white;
    text-decoration: none;
}

#stan {
    float: right;
    position: relative;
    top: -75px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 0px;
}

#search {
    float: right;
    position: relative;
    top: -50px;
}

.row,
.column,
.nav,
.main {
    margin: 0px;
    box-sizing: border-box;
    width: 800px;
}

.column {
    float: left;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.nav {
    width: 25%;
}

.main {
    width: 500px;
}

.footer {
    font-size: 8pt;
}

/* product details */
.productimage {
    border: 2px solid cyan;
    padding: 5px;
    margin: 10px;
    width: 300px;
    height: 300px;
}

.description {
    width: 300px;
    margin: 10px;
}

.productcart {
    border: 1px solid cyan;
    margin: 10px;
    padding: 5px;
    width: 300px;
}

.rating {
    margin: 10px;
}

.vote-star {
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.5;
}

/* login register */
table.credentials {
    border: 2px solid cyan;
    padding: 10px;
    margin: 10px;
}

.message {
    color: magenta;
    font-weight: bold;
    height: 30px;
}

.centre {
    text-align: center;
}

/* cart */
.currency {
    text-align: right;
}

/* payment */
a.cont:visited {
    color: cyan;
    text-decoration: none;
    font-weight: bold;
}

a.cont:link {
    color: cyan;
    text-decoration: none;
    font-weight: bold;
}

a.cont:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* splash */
div.splash {
    background-image: url("../graph.png");
    background-repeat: no-repeat;
    padding: 5px;
    margin: 0px;
}
