img {
  float: left;  
}

body {
  font-family: verdana;  
  color: white; 
  background-image: linear-gradient(to right, rgb(34, 34, 34), rgb(43, 43, 43));
}

h {
  font-weight: bold;  
}

a:link {
  color: rgb(255, 222, 89);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(255, 222, 89);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 236, 161);
  background-color: transparent;
  text-decoration: underline;
}