body {
    font-family: monospace;
    font-size: 1.1rem;
}
a {
    color: #007bff;
}
a:hover {
    text-decoration: none;
    font-weight: bold;
    color: rgba(253, 92, 92, 0.836) !important;
}

.flip {
    transform: rotate(180deg);
    display: inline-block;
}

@media only screen and (max-width: 773px) {
    .d-flex {
        display: block !important;
    }
    #content {
        border-top: 1px solid #d6d9dc;
        width: 100%;
        padding: 0 !important;
        padding-top: 24px !important;
    }

    #left-column {
        box-sizing: border-box;
        display: block;
        width: 300px;
        flex-shrink: 0;
        z-index: 1000;
        position: relative;
        margin: auto;
        text-align: center;
        box-shadow: 0 0 0 rgba(12,13,14,0.05);
        transition: box-shadow ease-in-out .1s,transform ease-in-out .1s;
    }

    #left-column li:hover {
        background-color: pink;
        border-right: 4px solid rgba(253, 92, 92, 0.836);
        border-left: 4px solid rgba(253, 92, 92, 0.836);
    }
}

@media only screen and (min-width: 773px) {
    #content {
        border-left: 1px solid #d6d9dc;
        width:calc(100% - 230px);
    }

    #left-column {
        box-sizing: border-box;
        display: block;
        width: 230px;
        flex-shrink: 0;
        z-index: 1000;
        position: relative;
        box-shadow: 0 0 0 rgba(12,13,14,0.05);
        transition: box-shadow ease-in-out .1s,transform ease-in-out .1s;
    }
}



#left-column ul {
    list-style-type: none;
}

#left-column li:hover {
    background-color: pink;
    border-right: 4px solid rgba(253, 92, 92, 0.836);
}

#left-column li {
    position: relative;
    line-height: 25px;
}

#content{
    display: block;
    max-width: 1100px;
    padding-left: 24px;
    box-sizing: border-box;
    margin-bottom: 100px;
}
@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}
blockquote {
  border-left: 3px solid gray;
  padding-left: 15px;
  font-style: italic;
}
.rotate-2 {
  transform: rotate(-2deg);
}
.rotate4 {
  transform: rotate(4deg);
}
figcaption {
  padding-left: 5px;
  width: fit-content;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-top: -15px;
}

.blinking {
  animation:fade 1600ms infinite;
  -webkit-animation:fade 1600ms infinite;
}
.center {
    text-align: CENTER;
}
.extra-space {
    letter-spacing: 2em;
}

#f {
    max-width: 100%;
}
