body {
    font-family:
        Brush Script MT,
        cursive;
    background-color: aliceblue;
    overflow: hidden;
}
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;
}
#mainInner {
    border: 2px dotted black;
    width: 1340px;
    height: 730px;
    position: absolute;
    left: 340px;
    top: 45px;
    overflow-y:auto;
}

#bluebird {
    width: 100px;
    position: fixed;
    left: 210px;
    top: 20px;
}

#pinkFlower {
    width: 100px;
    position: absolute;
    left: 530px;
    top: 70px;
}


#pinkSwan {
    position: fixed;
    left: 20px;
    top: 625px;
    width: 280px;
    z-index: 999;
}
#art {
    text-align: center;
    position: relative;
    top:150px;
}
#art img {
    width:300px;
    
}
#art li {
    list-style-type: none;
    display:inline;
}
