body {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9867297260701156) 85%, rgba(80, 152, 207, 1) 100%, rgba(26, 113, 180, 1) 100%);
    margin: 0px;
    padding: 0px;
    font-family: 'PT Serif', serif;

}

#logo {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    float: left;
    position: relative;
}

a {
    text-decoration: none;
    color: black;
}

.chaosencoded {
    margin-left: 15px;
    text-shadow: 4px 4px 11px rgba(0, 0, 0, 0.78);
    margin-top: 20px;
    float: left;
    width: 190px;
}

a:visited {
    color: black;
}

.chaosencoded>h1 {
    margin: 0;
    color: black;

}

nav {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-bar {

    overflow: hidden;
}

.nav-bar a {
    margin-left: 20px;
    float: left;
    display: block;
    color: #05050f;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

.nav-bar a:hover {
    background-color: rgba(167, 162, 162, 0.338);
    color: black;
    transition: .5s all;
}

.nav-bar a.active {
    background-color: #0279b3;
    color: white;
}



.footer {
    clear: both;
    background-color: #1e568af1;
}

.first-content {
    margin-top: 10px;
    text-align: justify;
    float: left;
    position: relative;
    margin-left: 4%;
    margin-right: 2%;
    width: 26%;
}

.first-content>h3 {
    font-size: 25px;
    font-weight: bold;
}

.middle-content {
    align-items: center;
    margin-top: 40px;
    float: left;
    position: relative;
    margin-left: 5%;
    width: 25%;
    margin-right: 2%;
    padding-left: 20px;
}

.follow-us {
    margin-top: 5px;
    float: right;
    position: relative;
    width: 25%;
    margin-left: 2%;
    margin-right: 4%;
}

.follow-us>h3 {
    font-size: 28px;
    text-align: center;
    padding: 5px;
    background-color: rgba(43, 55, 78, 0.471);
    border-radius: 10px;
    margin: 10px 14%;
    max-width: 500px;
}

.icon {
    margin-left: 42%;
    padding: 5px;
    float: left;
    clear: both;
    width: 30px;
}

.icon:hover {
    width: 30px;
    height: 30px;
    transform: translateX(5px) translateZ(200px);
}

.lower-footer {
    clear: both;
    background-color: #1027558a;
    padding: 4px;
    text-align: center;
    font-weight: bold;
}