@import url("https://fonts.googleapis.com/css?family=Poppins:700,600,300.500.400");

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}
section {
    padding: 2rem 5%;
}
.homepict img {
    width: 100%;
    height: 100%;
}
.body-1{
    text-decoration: none;
    top: -10px;
    color: #4B3C39;
}
.breadcrumb {
    margin-top: 30px;
    font-size: 18px;
}
.breadcrumb-item a {
    color: #4B3C39;
    text-decoration: none;
}
.box:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
}
footer{
    margin-top: 140px;
    color: #AEAEAE;
}
footer p{
    align-items: center;
    text-align: center;
    position: center;
}