#container img {
    width: 100%;
    border: 5px solid #FFD19A;
    border-radius: 100%;
}

#container .fa {
    width: 25pt;
    height: 25pt;
    border-radius: 100%;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}

.somed a {
    border-bottom: none;
    font-size: 15pt;
}

.somed .fa:hover {
    color: #232323;
    background-color: #ffa065;
    transform: translate(-2pt, -2pt);
    box-shadow: 2pt 2pt #88888882;
}

.somed a:hover {
    columns: #232323;
}

.gummy-line-medium {
    background-color: #FFD19A;
    width: 20vw;
    margin: 50px 0px;
    height: 5px;
    border-radius: 5px;
    opacity: 1;
}

.gummy-line-small {
    background-color: #FFD19A;
    margin: 10px 0 20px 0;
    width: 6vw;
    height: 3px;
    border-radius: 3px;
    opacity: 1;
}

#experience .zine img {
    width: 100%;
}

#experience button {
    background: #FFF8A6;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-bottom: none;
    border-radius: 5px;
    border: none;
    color: #232323;
    font-weight: 700;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}

    #experience button:hover {
        border-bottom: none;
        color: #232323;
        background-color: #ffa065;
        transform: translate(-2pt, -2pt) !important;
        box-shadow: 2pt 2pt #88888882;
    }