body {
    background: #252C36;
    color: #485A68;
    font-family: 'Crimson Text', garamond;
}

#bee-eye {
    max-width: 100vw;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#bee-eye-image {
    max-width: 100%;
}

#bee-eye-story {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 30px;
}

#bee-eye a {
    text-decoration: none;
    color: #83B1CC;
	text-shadow: 0px 0px 6px #A5988D;
}

@media only screen and (max-width: 500px) {
    #bee-eye-story {
        font-size: .8rem;
        margin-right: 2%;
    }
}

@media only screen and (min-width: 501px) {
    #bee-eye-story {
        font-size: 3rem;
    }
}