body {
    margin-top: 8%;
}
h2 {
    color: white;
}
h3 {
    color: white;
}
#top {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
                rgba(0,0,0,0.25) url(medical.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
#right {
    background-color: #03396c;
    color: white;
    border-radius: 5px;
}
#left {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: rgba(230,230,230,0.7);
    border-radius: 5px;
}


.button {
    color: white;
    background: #FF6666;
    padding: 8px 8px 8px 8px;
    border: none;
    border-radius: 5px;
}

.button:hover {
    background: #01dfd7;
}