body {
    background-color: #D2BF9B;
    max-width: 50em;
    margin: auto;
}
#banner {
    background: #D7F3D6 url(images/Minecraft_Skin_Banner.png)  no-repeat center bottom;
}
h1 {
    font-variant: small-caps;
    text-align: center;
}
h2 {
    text-align: center;
}
nav {
    border-radius: 25px;
    border-style: double;
    border-color: #9CFF9F;
    background-color: #9CFF9E;
}
.rose {
    box-shadow: 9px 3px 9px hotpink;
    text-shadow: 1px 1px 1px hotpink;
    border-color: #d7f3d6;
    border-style: double;
    margin-top: 10px;
    border-radius: 25px;
    padding: 10px;
    background-color: #FFB5E3;
}
.ruby {
    box-shadow: 9px 3px 9px rebeccapurple;
    text-shadow: 1px 1px 1px rebeccapurple;
    border-color: #d7f3d6;
    border-style: double;
    margin-top: 20px;
    border-radius: 25px;
    padding: 10px;
    background-color: #DB9AF9;
}
li a:visited {
    color: #3E64A0;
}
li a:active {
    color: #5474A8;
}
li a:hover {
    color: #5474A8;
}
p h1 {
    background: #D7F3D6 url(Mineground.png)  no-repeat center bottom;
}
figure {
    max-width: 50em;
    overflow: hidden;
}
figure img {
    
}
figcaption {
    max-width: 90%;
    float: right;
}
video {
    width: 100%;
    height: auto;
}