header {
  
    font-family: Garamond, serif;
    color: FloralWhite;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    
}

.parent {
  display: flex;
  justify-content: center;       
  min-height: 100vh;    
}

body {
  font-family: 'Courier New', monospace;
  color: FloralWhite;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.card {
  background-color: gray;
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
}