﻿h1 {
    text-align: center;
}

body {
    background-image: Url("../images/Hospital_Background.png");
    background-size: 100% auto;
}

@media (min-width: 1000px) {
    body {
        background-image: Url("../images/Hospital_Background.png");
    }
}

@media (max-width: 500px) {
    body {
        background-image: Url("../images/Hospital_Background_Mobile.png");
    }
    h1 {
        text-align: center;
        font-size: 5vmin;
    }

}

footer {
    background-color: white;
}
