.reports{
    background-image: url(../img/ehr.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
    color: #000;
    font-family: josefin sans;
    
    
}

.reports h2{
  position: relative;
    top: 40%;
    padding: 20px;
     font-size: 28px;
    font-family: san serif;
    color: #8d8989;
}

.reports h1{
  position: relative;
    top:20%;
    padding: 20px;
    margin-left: 50px;
    font-size: 65px;
    color: #125f5f;
}

.reports h3{
  position: relative;
    top:20%;
    padding: 20px;
    margin-left: 50px;
    font-size: 20px;
    color: #125f5f;
}