  
    h5,blockquote {
        text-align: center;
        color: white;
        text-shadow: 1px 1px darkgrey;
    }
    
h4 {
    color: red;
           text-align: center;
}
.nothere {
    color: red;
    float: right;
    transform: translateX(-20%);
    display: inline-block;
}
h3 {
    color: yellow;
           text-align: center;
} 

body {
        background: black;
    }
    
    a {
        color: aqua;
        text-align: auto;
    }
    
    img {
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
    }
    .cart-logo {
        float:right;
    }
hr {
    color:blue;
    opacity: 25%;
}
#leftimg {
    float: left;
}
#rightimg {
   float: right;
}
h1 {
    color:greenyellow;
    text-align: center;
}
ol li {
    text-align: center;
    list-style: none;
    text-shadow: 2px 2px indigo;
}
header {
    background-image: url("../images/me.gif");
    background-repeat: no-repeat;
    background-size: 1000px 500px;
    background-position: center;
    width: 1000;
    height: 1000;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 2px black; 
    padding: 120px 40px;
}
nav a {
    color:darkcyan;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: none;
    margin: 0 15px;
}
nav {
    text-align: center;
}
nav a:hover {
    color: darkblue;
}
html {
    scroll-behavior: smooth;
}
2024 {
    width: 500px;
    height: 500px;
    display: block;
    margin: auto;
}
audio {
    display: block;
    margin: auto;
}
#heidex {
    height:20px;
    width:20px;
    float:left;
}
nav {
            background-color: darkslategrey;
        }
        footer {
            background-color: darkslategrey;
        }
#heidex2 {
    height:20px;
    width:20px;
    display:block;
    margin:auto;
}
#heidex3 {
    height:20px;
    width:20px;
    display:block;
    margin:auto;
}
#heidex4 {
    height:20px;
    width:20px;
    float:right;
}
header h1 {
    color:aqua;
}
header h1:hover {
    color:blue;
}
header p {
    color:aliceblue;
    font-family: cursive;
}
selection h6 {
    color:forestgreen;
    text-align: center;
    font-size: 20px;
}
selection p {
    font-size: 20px;
    color:plum;
    text-align: center;
}
selection p:hover {
    color:black;
}