/* Global Header */
.headerImg {
    width: 64px;
    height: 75px;
    top: 2px;
}

#global_header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    min-width: 500px;
    background-color: #FFFFFF;
}

#copyright > div > img {
    width: 80px;
    height: 80px;
  }