body {
  background-image: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(CV.jpg);
    background-position: center;
    background-size: cover;
    height; 109vh;);
}
p {
  color: cyan;
  font-family: cursive;
  font-weight: bold;
}
h1 {
  color:azure;
  font-weight: bold;
  font-style: italic;
  font-family: monospace;
}
.myImage {
  background-image: url("Headache.png");
}
{
   font-weight:20px;
  height: 20px;
}

ol{
  color: firebrick;
  font-family: cursive;
  font-weight: bold;
  }
table{
  color: aqua;
}
.registerbtn{
  background-color: aqua;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.registerbtn:hover {
  opacity: 1;
}