body {margin: 0; background: #1504;} 
.flex {display: flex;justify-content: center;}

#border {
  width: 901px; height: 800px; left: 0px;position: absolute; z-index: 99; pointer-events: none; background: url('/*img/background.jpg');
}

#container { background: 
  url('/*img/backgroun.jpg');
  background-repeat: no-repeat; border: 1px solid transparent ; width: 900px; height: 800px;margin: auto; position: relative; margin-top: 0px;}
  
#list {border: 1px solid transparent ; width: 1800px; margin: auto; position: relative; margin-top: 0px;}

#main { margin: auto; width: 660px; height: 420px; border: 5px solid #2e0b4f; border-radius: 10px; margin-top:170px; background: url('img/backgrounds/background2.jpg'); pointer-events: auto;position: relative;}
#left {width: 270px;margin-left: 5px;} #scroll {border: 5px solid #2e0b4f;background: #5e4e8c;}
#right{margin-left: 5px;}

#content{ background-image: url('img/backgrounds/background.jpg');
  text-align: center; font-family: fingerlinger; color: #2e0b4f;position: relative; 
  border: 3px solid; margin-top: 14px; width: 370px; height: 349px; border-radius: 10px;overflow: hidden; }

#leftButt {margin-top: 10px; margin-left: 10px;}
#butts {margin: auto; margin-top: 10px;} #butts img { width: 88px; height: 31px;}

#header {
    width: 100%;
    background-color: #5e4e8c;
    /* header color here! */
    height: 50px;
}

/* navigation section!! */
#navbar {
    height: 40px;
    background-color: #13092D;
    /* navbar color */
    width: 100%;
}

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
    padding-top: 10px;
}

/* navigation links*/
#navbar li a {
    color: #ED64F5;
    /* navbar text color */
    font-weight: 800;
    text-decoration: none;
    /* this removes the underline */
}

/* navigation link when a link is hovered over */
#navbar li a:hover {
    color: #a49cba;
    text-decoration: underline;
}

#flex {
    display: flex;
}

footer {
    width: 100%;

    padding: 10px;
    text-align: center;
    /* this centers the footer text */
}




