.active{
    color: blue;
}
body{
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 100%;
}
.title{
    color: blue;
    display: flex;
    justify-content: center;
}
.title{
    margin-top: 50px;
}
#one{
    background-color: whitesmoke;
    margin-top: 100px;
    display: flex;
    padding: 30px 50px;
}
#two{
    margin-top: 100px;
    display: flex;
    width: 70%;
}
#two img{
    margin-left: 70px;
}
#one img{
    width: 600px;
}
#free{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#free img{
    margin-right: 30px;
}
#four{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
button{
    color: white;
    padding: 15px 60px;
    background-color: rgb(65, 65, 255);
    border: 0;
}
button:hover{
    color: white;
    padding: 15px 60px;
    background-color: rgb(131, 131, 238);
}
footer{
    margin-top: 100px;
}
.juju{
    display: flex;
    justify-content: center;
}
.foot{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.bag p{
    margin-left: 50px;
}
@media screen and (max-width: 768px) {
    #one{
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    #one img{
        width: 330px;
    }
    .bag{
        display: flex;
        flex-direction: column-reverse;
    }
    .bag p{
        margin-left: 0;
    }
    #two{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 30px;
    }
    #two img{
        margin-left: 30px;
    }
    #free{
        display: flex;
        flex-direction: column;
    }
    #free span{
        padding-top: 10%;
    }
    .top-bar{
        width: 120%;
    }
}