header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    background-color: white;
    opacity: 0.9;
}

header a:hover {
    text-decoration: underline;
}

.headerLeft {
    float: left;
}

.headerLeft a {
    float: left;
    padding: 20px 20px 0 0;
    margin-left: 20px;
    font-size: 20px;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    line-height: 1em;
}

.headerLeft p {
    margin-top: 30px;
}

.headerRight {
    float: right;
    margin-right: 20px;
}

.headerRight img {
    padding: 20px 0px;
    margin-left: 30px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}
