body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-size: 14px;
}

.topnav {
    display: flex;
    height: 45px;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #E3E4E6;
    padding: 0 30px;
    color: #033D77;
    position: sticky;
    top: 0;
    z-index: 11;
    font-size: 18px;
}

.img-logo {
    background: url('logo-symantec-text-white.png') no-repeat no-repeat;
    min-width: 120px;
    height: 30px;
    background-size: contain;
}
