html,
body {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    top: 0;
    z-index: 10;
}

header .logo {
    width: 150px;
    background-color: #fff;
    border-radius: 0 0 20px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;

    font-size: 30px;
    text-align: center;
}

#home_packages .position-sticky {
    position: sticky;
    top: 20px;
}