
  body {
    font-family: "Times New Roman", serif;
    background-color: #00e5ff;
}

h1{
    font-family: "Times New Roman", serif;
    font-size: 50px;
    color: #ff00c8;
    text-align: left;
    margin-top: 100px;
}
.h2{
  font-family: "Times New Roman", serif;
  font-size: 40px;
  color: #ff00c8;
  text-align: left;
  position: fixed; 
  left: 20px;
  bottom: 20px;
  
}

.h2:visited {
  color: #ff00c8;
}

.h2:hover {
  color: #ffea00;
}
.h3{
  font-family: "Times New Roman", serif;
  font-size: 50px;
  color: #ffea00;
  text-aling: right;
  position: fixed;
  right: 40px;
  top: 250px;
}
.h3:visited {
  color: #ffea00;
}

.h3:hover {
  color: #ff00c8;
}
.h4{
  font-family: "Times New Roman", serif;
  font-size: 50px;
  color: #ffea00;
  text-aling: right;
  position: fixed;
  right: 40px;
  top: 350px;
}
.h4:visited {
  color: #ffea00;
}

.h4:hover {
  color: #ff00c8;
}
.h5{
  font-family: "Times New Roman", serif;
  font-size: 50px;
  color: #ffea00;
  text-aling: right;
  position: fixed;
  right: 40px;
  top: 450px;
}
.h5:visited {
  color: #ffea00;
}

.h5:hover {
  color: #ff00c8;
}
h6{
    font-family: "Times New Roman", serif;
    font-size: 15px;
    color: #0501e1;
    text-aling: right;
    position: fixed;
    right: 40px;
    top: 500px;
}
img{
    width: 30%;
    height: 30%;
    margin-left: 130px;
    margin-right: auto;
}