p {
    color: #D9EB37;
    font-size: small;
}
body {
    background-color: #47454A;
    color: #FFFFFF;
}
h1 {
    text-align: center;
}
h2 {
    padding-left: 15px;
}
fieldset {
    border-radius: 10px;
    border-color: #D9EB37;
}
header {
    text-align: center;
}
hr {
    margin-top: 10px;
    padding-top: 5px;
    background-color: #D9EB37;
    border-color: #D9EB37;
}
footer {
    text-align: center;
    padding-top: 0px;
}
a {
    color: #D9EB37;
    text-decoration: none;
}
a:hover {
    color: aqua;
}
a:active {
    color: aqua;
}
img {
    height: 200px;
    width: 980px;
}