.container {
    margin-top: 20px;
    width: 100%;
}

.slide {
    height: 80%;
    background-color:#F05e11;
     border-radius: 10px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    margin-right: 15px;
    padding: 10px 10px 10px 10px;
}

.slideWrapper {
    height: 100%
}

.title {
    font-weight: bold;
    color: white;
    height: 25%;
    margin-bottom: 20px;
}

.body {
    height: 75%;
    color: white;
}

.author {
    height: 10%;
    color: white;
}

.heading{
    padding-bottom: 10px;
}