body {
    background-color: #62cc56;
}

h1 {
    color: green;
    font-family: impact;
    text-align: center;
    font-size: 48px;
}

p {
    font-size: 24px;
}

ul {
    font-size: 24px;
}

iframe {
    display: block;
    margin: auto;
}

hr {
    border-color: green;
}

.actuallyAnImage {
    display: block;
    width: 200px;
    margin: auto;
}

.cool {
    font-style: italic;
}

.fancy {
    color: #005000;
    font-family: TimesNewRoman;
}

#construction {
    font-family: Arial;
    color: Black;
}

#slider {
    display: block;
    margin: auto;
    width: 200px;
}

#specialText {
    text-align: center;
    display: block;
    margin: auto;
}

#coolButton {
    display: block;
    margin: auto;
}