@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {    
    background-color: white; 
    font-family: "Roboto", sans-serif;  
}

h1{
    color:black;
    text-align: center;
}

.carousel-inner{
    height: 735px;
}

.carousel-inner img {
    width: 100%;
    max-height: 735px;
}

.img-fluid
{
    vertical-align: middle;
    border-style: none;
}

.lead{
    text-align: justify;
}

.mr-3{
    width: 60px;
    height: 60px;
}
