.subheader {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 0 20px;
}

.subheader p {
    font-size: 18px;
    color: #34495e;
    font-weight: 500;
}