.homebanner {
    height:60vh;
    width:100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homebanner img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

footer hr {
    background: none !important;;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

.social-icons-instagram a {
    display: flex!important;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.social-icons-facebook a {
    display: flex!important;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}