
.carousel-caption h1 {
    max-width: 100%;
    width:100%;
    background-color: white;
    color:black;
    font-size: 150%;
    position: relative
    /* left: 0; */
}
.school-content {
    margin-top: 3%; 
    margin-bottom: 115px;
    position: relative;
}
@media screen and (min-width: 640px) {
    .card{
        height: auto;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
  }


