/* No media query for devices less than 576px */
html {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

html,
body {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-size: 32px;
}

a,
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #00c7b7;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 18px;
  margin: 20px 0;
}

.center {
  text-align: center;
}

.panel {
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 6px;
  background: #eee;
}

.right {
  text-align: right;
}

/* Medium devices 768px and up */

@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
}
