.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    background: white;
}

.home a{
    text-decoration: none;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
}

