body {
    background-color: #fcfcee;
    word-wrap: break-word;
}

h1, h2 {
    font-family: "EB Garamond", serif;
    font-weight: bold;
}

a {
    color: #276be9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.btn:hover, a.nav-link:hover {
    text-decoration: none;
}

#header-nav {
    background-color: darkseagreen;
}

img#banner {
    height: 6rem;
    padding: 0 20px;
}

.card:hover {
    outline: 3px solid lightgray;
}

.riddle-success {
    background-color: darkseagreen;
}

.bi {
    display: inline-block;
    vertical-align: -.125em;
    fill: currentcolor;
}

.circle {
    height: 1em;
    width: 1em;
    border: solid #212529 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 0.05em;
}

.riddle-image {
    max-height: 50vh;
    max-width: 100%;
}

#riddle-info > span {
    padding-right: 15px;
    display: inline-block;
}

#oracle > img {
    max-width: 80vw;
    max-height: 60vh;
}

#oracle > form {
    position: absolute;
    height: 100%;
    width: 100%;
}

#oracle #flag {
    position: absolute;
    text-align: center;
    top: 36%;
    height: 10%;
}

#oracle button {
    position: absolute;
    top: 86%;
    left: 25%;
    width: 50%;
    height: 11%;
}

.oracle-font {
    font-family: "EB Garamond", serif;
    font-size: large;
}

.icon {
    padding-right: 5px;
}