header {
    display: flex;
    justify-content: center;
}

#header-column {
    max-width: 920px;
    width: 100%;
    background-color: #4f9efc;
    padding: 10px 0;
}

.WStext {
    float: right;
}

header img,
.header_text,
.WStext {
    margin: 0 20px;
}

header img {
    width: 250px;
    height: 78.25px;
    border-radius: 15px;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px #bcdefc inset;
}

header a:link,
header a:visited,
header span {
    color: #fff;
}

#side-icon,
#sideBody {
    display: none;
}

header a:hover {
    font-weight: bold;
}