html, body {
    width: 100%;
    height: 100%;
}

a {
    color: #b16821;
}
a:hover {
    color: #d1ac87;

}

#header {
    background-color: #222;
}

#orange {
    color: #b16821;
    text-decoration: underline dotted;

}

#orange img{
    padding-left: 2px;

}

#img_toggle {
    margin-right: 15px;
}

.one {
    background-color: #eeeeee;
    padding-top: 150px;
    padding-bottom: 50px;
}
h1 {
    text-align: center;
}
.one p {
    text-align: left;
    padding-top: 20px;
    font-size: 20px;

}

.two {
    padding-bottom: 40px;
}

.two p {
    text-align: left;
    padding-top: 30px;
    font-size: 20px;
    

}

.two h2{
    margin-top: 70px;
}

.two a {
    color: rgb(137, 137, 137);
    

}

.two a:hover {
    color: #2484ce;

}

.three {
    background-color: #222;
    padding-bottom: 40px;
}

.three h2 {
    color: #c9c9c9;
    padding-top: 70px;
}

.three p {
    color: bisque;
    padding-bottom: 20px;
    font-size: 20px;
}
#center {
    width: 600px;
    height: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.link li{
    color: #c9c9c9;
}

footer {
    background-color: #eeeeee;
    padding-top: 10px;
    padding-bottom: 5px;
    flex: 1 1 auto;
}
footer ul {
    display: flex;
    list-style-type: none;
    
}

footer ul li {
    padding-right: 20px;
    font-size: 14px;
    color: #222;
    
}

footer ul li a {
    color: #222;
    text-decoration: none;
    
}

footer ul li a:hover {
    color: rgb(26, 158, 218);
}