body {
    font-family: 'Open Sans';
    scroll-behavior: smooth
}

.details h3 {
    font-weight: 600;
    font-size: 1em;
    color: #000;
}


.sticky {
    position: sticky;
    top: 30px;
}

.social {
    /*float: left;*/
    padding-bottom: 2em;
    padding-top: 1em;
    font-size: 1em;
}

.sidebar {
    /*float: left;*/
    padding-bottom: 2em;
    padding-top: 1em;
    font-size: 1em;
}

b {
    color: #000064;
}

a:link {
    color: rgb(0, 0, 100);
    text-decoration: none;
}

a:hover {
    color: rgb(200, 0, 0)
}

a:active {
    color: rgb(255, 0, 102)
}

a:visited {
    color: rgb(0, 0, 100)
}

strong {
    font-weight: bold;
    color: #000;
}