body {
    font-family:
        Brush Script MT,
        cursive;
    background-color: aliceblue;
    overflow: hidden;
}
#mainInner {
    border: 2px dotted black;
    width: 800px;
    height: 680px;
    position: absolute;
    left: 50px;
    top: 45px;
    overflow-y:auto;
    padding-bottom:20px;
}
#hairPainting {
  border:3px ridge #D3DCF5;
    width:230px;
    height:230px;
    overflow: hidden;
    position: absolute;
    left:5px;
    top:10px;
}
#hairPainting img {
    width:260px;
    position: relative;
    top:-20px;
    left:-10px;
}
#content {
    border:2px dotted black;
    height:920px;
    width:900px;
    position: absolute;
    left:500px;
    top:60px;
    background-color: white;
    overflow-y:auto;
}
#Quizzes {
    border:2px ridge #D3DCF5;
    width:320px;
    height:300px;
    overflow-y:auto;
    text-align: center;
    position: absolute;
    left:280px;
    top:500px;
    background-color: aliceblue;
}
#Quizzes img {
    width:300px;
}
#Questions {
    width:250px;
    border:1px dashed #97A5C9;
    position: absolute;
    height:600px;
    overflow-y: auto;
    scrollbar-width:thin;
    top:250px;
    left:5px;
    background-color: aliceblue;
    font-family:Brush MT Script, cursive;
    font-size:14px;
    
}
#Questions p {
    margin-left:20px;
        padding-right:10px;
}

#nav li {
    list-style: none;
    display:inline;
    padding-left:10px;
}
#nav li:first-child {
    padding:0px;
}
#buttons {

    width: 500px;
    height: 195px;
    position: absolute;
    top: 50px;
    left: 270px;
    text-align: center;
}
#buttons li {
    display: inline;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#buttons ul {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-style: italic;
    position: absolute;
    left: 60px;
    top: 15px;
}
h2 {
   
    font-size: 15px;
    z-index:999;
    position: absolute;
    top:170px;
    left:700px;
}
#digital {
    font-size: 15px;
    z-index:999;
    position: absolute;
    top:-50px;
    left:300px;
}
#traditional {
    position: relative;
    left:-350px;
    top:30px;
    font-size:15px;
}
#sidebar {
    border: 20px double ;
    background-color: white;
    width: 250px;
    height: 810px;
    position: fixed;
    left: 10px;
    text-align: center;
    color: #80939e;
}
hr {
    color: #80939E;
}
#sidebar ul {
    margin: 0px;
    padding: 0px;
}
#sidebar li {
    list-style: none;
    margin-top: 20px;
    padding: 0px;
}
#main {
    border: 5px solid white;
    height: 800px;
    z-index: 999;
}


#bluebird {
    width: 100px;
    position: fixed;
    left: 210px;
    top: 20px;
}
