body {
    text-align: center;
    background-color: #17121e;
    color: #f49dbc;

}

h1 {
    text-align: center;
    color: #a9a8ca;
}
 h2 {
    text-align: center;
    color: #dacdca;
 }

iframe {
    border: #c32122 solid 4px;
    margin-top: 2em;
}

footer {
    background-color: #c32122;
    height: 20px;
    color: #a9a8ca;
}

footer a {
    text-decoration: none;
    color: #f49dbc;
    padding-bottom: 1em;
}

a:hover {
    background-color: #17121e;
}