/* MusicLink
  Andrew Gorman
*/
html{
  background: rgb(63,94,251);
  background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(150,65,229,1) 100%);
  font-family: 'Comfortaa', cursive;
  color: white;
  min-height: 100vh;
  min-width: 100vw;
}
body{
  min-height: 100vh;
  min-width: 100vw;
  font-family: 'Comfortaa', cursive;
  color: white;
 text-decoration: none;
}
p,a{
 font-size: 2rem;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}
