body {
    background: #ffffff;
}

#stubborn-child {
    color: #4F4F4F;
    font-family: Elsie, garamond;
    font-size: 3rem;
    position: relative;
}

#stubborn-child-image {
    max-height: 80vh;
    max-width: 80vw;
}

#stubborn-child a {
    text-decoration: none;
    color: #8192AB;
    letter-spacing: 5px;
    text-shadow: 1px 1px #F2F5FC;
}

#stubborn-child a:hover {
    color: #BEAFBC;
}