html {
    min-height: 100%;
}

body {
    background:
        linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)),
        linear-gradient(
            to bottom,
            #ffe7c7,
            #ffd3a5,
            #f5af8d,
            #c9869b,
            #5a6f9c
        );
    color: #f3f3f3;
    background-attachment: fixed;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 40px;
}

h2 {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

h3 {
    color: white;
    font-size: 20px;
    margin-top: 40px;
}

p {
    margin: 16px 0;
}

blockquote {
    margin: 20px 30px;
    padding-left: 18px;
    border-left: 2px solid rgba(255,255,255,.35);
    color: #ececec;
    font-style: italic;
}

hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,.25);
    margin: 35px 0;
}

a {
    color: #dce9ff;
}

a:hover {
    color: white;
}

b {
    color: white;
}

i {
    color: #efe7ff;
}
.corner-gif {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 160px;
    height: auto;
}

#musicButton {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 8px 14px;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

#musicButton:hover {
    background: white;
    color: black;
}

#youtube-player {
    width: 0;
    height: 0;
    overflow: hidden;
}