html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.header {
    background: #272727;
}
.header ul {
    padding: 10px;
}
.header ul li {
    padding: 0px 60px;
}
.header ul::after {
    content: ".";
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    width: 100%;
}
.header ul li {
    list-style: none;
    float: left;
}
.header ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.header ul li.logo {
    padding: 0px 250px 0px 180px;
    align-self: center;
}
.header ul li a:link{
    color: white;
}
.header ul li a:visited{
    color: white;
}
.header ul li a:hover{
    color: white;
}
.header ul li a:active{
    color: white;
}
#story {
    float: left;
    width: 22%;
    margin-left: 120px;
    margin-top: 40px;
    text-align: left;
    padding: 30px;
    font-size: 20px;
    background: #f2f2f2;
    border-radius: 5px;
}
#story p {
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
}
#review {
    padding: 10px;
    margin: 40px;
    width: 20%;
    float: left;
    border-radius: 5px;
    background: #f2f2f2;
}
#review .review1 {
    margin: 10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
}
#review .review2 {
    margin: 10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
}
#review .review3 {
    margin: 10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
}
#photo {
    margin: 40px;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 25px;

}
.checked {
color: orange;
}
.footer {
    color: #f1f1f1;
    padding: 18px;
    text-align: center;
    bottom: 0px;
    background: #272727;
    bottom: 0%;
}