body {
  background: linear-gradient(to bottom, #ffa500, #aaaaaa);
  color: black;
  font-family: Courier;
  font-weight: Bold ;
  text-align: center
}

h1 {
  font-size: 50px;
  margin-top: 0;
}

h1, h2, h3, p, {
  text-align: center;
}

h1,h2 {
  font-family: helvetica;
}

hr {
  height: 2px;
  background-color: yellow;
  border-color: yellow;
}

a {
 text-decoration: none;
}

a:link {
  color: white;
}  

a:visited {
  color: cyan
}

a:hover {
  color: red
}

.me {
  border: 5px solid yellow;
  border-radius: 20px;
  transform: scale(1.02);
}

iframe {
  border: 5px solid yellow;
  border-radius: 20px;
}



  
  
