body {
    font-family: "Roboto", serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.header {
    background-color: #13294B;
    width: 100%;
    height: 64px;
}

.header a {
    z-index: 1000;
    border: none;
    position: fixed;
    top: 10px;
    left: 24px;
    cursor: pointer
}

.header img {
    border: none;
    cursor: pointer;
    width: 150px;
}

.headerTitle {
    position: fixed;
    top: 6px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-family: 'rajdhani', sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 300;
}
