body{
background-color: #FEF8DD;
}

#container{
text-align: center;
}

#shadowart{
    float: left;
    width: 200px;
    height: 200px;
    display: block;
}

#shapes{
    float: left;
    width: 200px;
    height: 200px;
    display: block;
}

#art2{
    float: left;
    width: 250px;
    height: 220px;
    display: block;
}

#art3{
    float: left;
    width: 250px;
    height: 220px;
    display: block;
    margin: 0px 10px;
}


#rays{
    float: left;
    width: 250px;
    height: 200px;
    display: block;
}

#setting{
    float: left;
    width: 250px;
    height: 220px;
    display: inline-block;
    margin: 0px 10px;
}

#steps{
    align-items: center;
    text-align: center;
    justify-content: center;
    width: auto;
    padding: 0px 50px;
    display: block;
}


h1{
    font-size: 40px;
    font-weight: bold;
    text-decoration: underline;
}

h2.des{
    padding: 10px;
    margin: 10px;
    float: left;
    font-size: 15px;
    display: block;
    color: #808080;
    border-radius: 25px;
    border: 2px solid #964B00;
    width: 200px;
}

.overview{
    background-color: white;
    color: #808080;
    border-radius: 25px;
    padding: 15px;
    border: 2px solid #964B00;
    height: auto;
    width: 650px;
    display: inline-block;
    align-content: center;
    text-align: center;
    justify-content: center;

}

p{
    display: block;
    font-size: 25px;
}
