.doctor {
  background: black;
  color: white;
  font-size: 60px;
  overflow: scroll;
  scrollbar-color: black black;
  scrollbar-width: thin;
  height: 473px;
  width: 1000px;
  border: black 0.5px solid;
  font-family: "Consolas";
  padding: 50px;
}

.name {
  color: #63ad58;
  font-family: "Consolas";
}

.doctor:focus {
  outline: black;
}

.mopbody{
  background: black;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.ptscreenbody {
  background: black;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; 
  background-image: 
}

.ptname {
  color: white;
  font-family: arial;
  font-size: 80px;
  background: red;
  padding: 20px;
  border-radius: 25px;
}

.subheading {
 color: white; 
}