body {
    background-color: #d3d6dc;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
}

header {
    display: flex;
    background-color: #fdfeff !important;
    min-height: 65px;
    justify-content: space-around;
    padding-left: 45px;
    padding-right: 45px;
    align-items: center;
}

.logo{
    display: flex;
    align-items: center;
}

header img {
    max-width: 65px;
}

header h1{
    padding-left: 17px;
    font-size: 20px;
    cursor: pointer;
}

header a{
    text-decoration: none;
    color: rgb(0, 136, 255);
}

.nav-link:hover{
    color: rgb(255, 217, 0);
    font-size: 15.1px;
}

nav a{
    cursor: pointer;
    font-size: 15px;
}




h2{
    position: relative;
    font-size: 6mm;
    letter-spacing: 15px;
    color: rgb(0, 13, 255);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0000);
    line-height: 0.7em;
    outline:none;
    animation: animate 5s linear infinite;
}