.HosPital {
    margin-top: 15px;
    margin-left: 500px;
    position: absolute;
    position: top;

}

.logo {
    padding-top: 10px;
    padding-left: 40px;
    color: green;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: yellow;
    font-family: "Nexa";
    src: url("Nexa-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
}

.M {
    text-decoration: none;
}

.connection {
    text-decoration: none;
    padding-left: 350px;
    font-size: 20px;
    word-spacing: 50px;
    display:block;

}

.connection2 {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;

}

.connection2:hover {
    font-size: 25px;
    text-shadow: 1px 1px 2px white;
}

.hr {
    height: 2px;
    background-color: white;
    border-top: 1px solid black;
    color: white;
    margin-left: 300px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

table {
    border: 1px solid black;
    margin-left: 100px;
    margin-right: auto;
    background-color: yellow;
}

input[type="button"] {
    width: 100%;
    padding: 20px 40px;
    background-color: green;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

input[type="text"] {
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    border: 2px solid black;
}

.main
{
    position:absolute;
    margin-left:700px;
    font-size: 50px;
    transform:translate(-60px,-40px);
    font-family:Georgia;
    color: green;
    -webkit-text-stroke: 1px yellow;
    font-weight: 900px;
    font-family: georgia;
}

.mai
{
    position:absolute;
    margin-left:640px;
    transform: translate(10px,200px);
    color:green;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: yellow;
    font-size:30px;
    font-family: fantasy;
}
.ma
{
    position:absolute;
    margin-left:640px;
    transform: translate(10px,300px);
    color:green;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: yellow;
    font-size:30px;
    font-family: fantasy;
}
.m
{
    position:absolute;
    margin-left:640px;
    transform: translate(10px,400px);
    color:green;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: yellow;
    font-size:30px;
    font-family:fantasy;
}
.n
{
    position:absolute;
    margin-left:640px;
    font-family:fantasy;
    transform: translate(10px,500px);
    color:green;

    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: yellow;
    font-size:30px;
}
body {
    background-color: darkgreen;
}

.air {
    height: 450px;
    width: 450px;
    margin-left: 60px;
    position: absolute;
    transform: translate(50px,500px);

}

.eye {
    height: 450px;
    width: 450px;
    margin-left: 60px;
    position: absolute;
    transform: translate(50px,1000px);

}

.lasik {
    height: 450px;
    width: 450px;
    margin-left: 60px;
    position: absolute;
    transform: translate(600px,800px);
}

.videos {
  background-color: black;
  border: 2px solid black;
  border-radius: 30px;
  box-shadow: black 4px 4px 0 0;
  color: yellow;
  font-family: Gillsans;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color:black;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  position:absolute;
  transform: translate(1100px,750px);
}

.videos:hover {
    background-color: green;
    border: 2px solid yellow;
    box-shadow: black 4px 4px 0 0;
    color:yellow;
}
