body {
    /* Use a font stack your users already have! */
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: auto;
    max-width: 800px;
    padding: 0;

    color: white;
    background-color: #410026;

    background-image: url("flower.svg");
    background-size: 100px;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
}

a {
    color: #ff0096;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffa2d9;
    text-decoration: none;
}

header,
section,
aside,
footer {
    color: #222;
    background-color: #ffeaff;
    padding: 1rem 2rem;
    margin-top: 4rem;
    border-top: 2px solid #fff1ff;
    border-bottom: 2px solid #fff1ff;
    border-radius: 0.5rem;
}

header {
    text-align: center;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

header img {
    max-width: 20rem;
    border-radius: 10%;
}

aside a {
    display: block;
}

#separator {
    font-size: 25px;
    font-weight: 100;
    opacity: 0.3;
}

#fancy {
    font-family: serif;
    font-weight: bold;
}

.more-info {
    text-decoration: underline dotted;
}
