﻿#patientBackGroud {
    min-height: 100%;
    background: black;
    z-index: 9999;
    position: relative;
    top: -100%;
    background-image: url("../img/voycebackgroud.jpg");
    background-size: cover;
}
.patientBackGroudspin {
    text-align: center;
    margin-top: 20%;

}
#patientBackGroudText {
    text-align: center;
    color: white;
    font-size: 40px;
}
