*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    min-height:100vh;
    display:grid;
    place-items:center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.download-btn{
   
    color: DodgerBlue;
    text-decoration: none;
    
}

.download-btn:hover {
    background-color: RoyalBlue;
  }
  a:link {
  color: #063970;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #063970;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #e28743;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #e28743;
  background-color: transparent;
  text-decoration: underline;
}
