body{
    margin: auto;
    padding: 0;
}

.carousel{
    max-height: 500px;
    overflow: hidden;
    background-size: cover;
    position: relative;
    margin-top: 60px;
    top: auto;
}
#white{
    background-color: white;
}
.item img{
    width: 100%;
    height: 80%;
}