.collapse{
position: absolute;
right: 20px;
}

.carousel-inner img{
    padding: 10px;
    height: 100vh;
    width: 100vw;
    border-radius: 50px;

}

body{
    background-color: #e3f2fd;
}

p,h5{
    color: black;
}

.cont{
    width: 100vw;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
}
.contact{
    height: 100px;
    width: 100vw;
    background-color: #e3f2fd;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact img{
    height: 40px;
    width: 40px;
    margin: 30px;
}