body {
  background-image: url("https://catzeycoolsite.neocities.org/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white;
  font-family: 'Roboto', sans-serif;
}

a:link {
  color: #54577A;
  background-color: transparent;
  text-decoration: underline dashed #54577A;
}
