body{
    height: 100%;
    width: 100%;
    background-color: #00695c;
    
}
.row{
    margin-left: 0;
    margin-right: 0;
}
h1{
    color: white;
    font-weight: bolder;
    text-align: center;
}
h3{
    color: white;
    font-weight: bolder; 
    border-color: white;
    border-width: 3px;
    padding: 15px;
    border-style: solid;
}
.background-image{
    background-image: url("../img/image001.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px;
    padding-left: 0px;
} 
