.heading{
    display: flex;
    justify-content: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: 100px;
}

.carousel{
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}

.photo{
    max-width: 300px;
    border-radius: 5%;
}

.container{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.homebtn{
    max-width: 60px;
}