:root {
    --header-image: url();
    --body-bg-image: url('');


    --content: black;
}




body {
    font-family: Spectral, sans-serif;
    font-size: 16px;
  max-width:100%;
    background-color: black;
    background-size: ;
    color: whitesmoke;
    background-repeat:no-repeat;
    background-position: right;
  
 
    
}


{
    box-sizing: border-box;
}


#container {
width:90%;

    margin: 0 auto ;
  


}


#container a {
    color: red;
    font-weight: bold;
   
}

#header {

    width: 100%;
    background-color: black;
    height: 150px;
    background-image: var(--header-image);
    background-size: 100%;
    
}


#navbar {
    margin-top:%;
    padding:2%;
    background-color: #0d0c0c;
    font-family: Spectral;
  

    border-bottom: 2px solid #222526;
    border-left: 2px solid #4a4a4a;

}

#navbar ul {
    display:flex;
    
    padding: 4%;
    margin: 0;
    list-style-type: none;
    justify-content: space-around;
    
}

#navbar li {
    padding-top: 8px;
}


#navbar li a {
    color: whitesmoke;
    font-weight: 800;
    text-decoration: underline;
   
}


#navbar li a:hover {
    color: paleturquoise;
    text-decoration: underline;
}

#flex {
    display: flex;
}


#demoparagraph {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-gap: 5%;
-moz-column-gap: 5%;
column-gap: 5%;

}


main {

    background-color: transparent;
    background-image: url();
display:inline-flex;
    background-position: left;

background-image: url(https://readmoirai.com/flair/worldstrings.png);
    background-color: ;
    background-position: 1220px;

padding:2%;

    font-size: 25px;

    text-align:center;
    font-weight:bold;

  
}



#leftSidebar {
    order: 1;
}

#rightSidebar {
    order: 3;
}

footer {
    background-color: #13092D;
  
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
  
}

h1,
h2,
h3 {
    color: white;
}

h1 {
    font-size: 25px;
}

strong {
   
    color: yellow;
}

.box {
    background-color: black;
    border-left: 2px solid #4a4a4a;
    border-bottom: 2px solid #222526;
    padding: 3px;

}



#topBar {
    width: 100%;
    height: 30px;
    padding: 10px;
    font-size: smaller;

}







#bottom {

    width: 100%;
    background-color: black;
 
    background-image: var(--header-image);
    background-size: 100%;
}

.bottomsection {
    padding:20px;
    margin-top:25px;
    
    color:grey;
    background-color: #0d0c0c;
    font-family: Spectral;
    font-size: 19px;
    border-bottom: 2px solid #222526;
    border-left: 2px solid #4a4a4a;
    }
 
.leftbox {
    align-content:left;

    padding:25px;
    height:80px;
    border:white 3px double;
}

.musicbox {

    border: 1px dotted black;
    align-content: center;
    
}

audio {
    background-color:#0d0c0c;
    padding:10px;
  
    height: 15px;
}

#index {
    background-color: black;
    background-image: url("https://readmoirai.com/flair/bg2.png");
    background-position:center;
    border: 1px solid grey;
color: white;
 
 font-size:18px;
    padding:4%;
    text-align: left;
}


