@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&display=swap');
html {
  min-height: 100%;
  position: relative;
}

body {
  height: 100%;
  font-family: Verdana;
  color: white;
  padding-left: 0.5em;
}

@media only screen and (min-width: 780px) {
  body {
    background: rgb(32,82,74);
    background: -moz-linear-gradient(90deg, rgba(121,9,95,1) 0%, rgba(3,150,180,1) 71%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(121,9,95,1) 0%, rgba(3,150,180,1) 71%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(121,9,95,1) 0%, rgba(3,150,180,1) 71%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79095F",endColorstr="#00d4ff",GradientType=1);
  }
}
@media only screen and (max-width: 779px) {
  body {
    background: rgb(121,9,95);
    background: -moz-linear-gradient(90deg, rgba(121,9,95,1) 0%, rgba(3,150,180,1) 59%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(121,9,95,1) 0%, rgba(3,150,180,1) 59%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(121,9,95,1) 0%, rgba(3,150,180,1) 59%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79095f",endColorstr="#00d4ff",GradientType=1);
  }
}
a:link, a:visited {
  color: #a7ffc9;
  text-shadow: 0.125em 0.125em #000D;
}