body {
  background: #ff6500;
  padding: 0 24px;
  color: white; /* Change my color to yellow */
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif

}

a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: bisque;
}