.header{
    position: sticky;
    top: 0;
    width: 100%;
    height: 65px;
    background-color: #0f6c83;
}

.logo{
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: 50px;
    color:#fff;
    text-transform: uppercase;
    padding: 20px 20px;
}   

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
.signOut{
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    font-weight: 50px;
    color:#fff;
    padding: 20px 20px;
}