#top {
    position: relative;
    z-index: 9998;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 70px;
    top: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}