body {
    background-color: #cbc3e3;
}
h1 {
    color: red;
    text-align: center;
    font-weight: bold;
}
h2 {
    color: red;
    text-align: center;
}
h3 {
    color: red;
}
p {
    font-size: 1.2em;
}
ul {
    list-style-position: inside;
    font-style:italic;
}
footer {
    text-align: center;
    font-size:small
}
#zelda {
    background-image: url(images/zelda.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;
    width: 300px;
    float: right;
    padding-bottom: 50px;
    padding-left: 50px;
}
#castle {
    background-image: url(images/castlevania.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;
    width: 300px;
}