h1 {
  color: powderblue;
  font-family: verdana;
  font-size: 300%;
}

p {
  padding: 8px;
  margin: 2px;
  color: powderblue;
  font-family: andale mono;
  font-size: 160%;
}

.sp {
  padding: 8px;
  margin: 2px;
  color: powderblue;
  font-family: andale mono;
  font-size: 62.8%;
}

body {
  /*?: center*/
  display: revert;
  background-color: indigo;
  border: solid yellow;
  border-width: 3.5px;
  font-weight: 440;
}

a {
  color: lightgreen;
  border: 0.3px dotted lightgoldenrodyellow;
  font-size: 128%;
  font-family: comic sans ms;
  padding: 4px;
  margin: 2px;
  text-decoration: none;
}

.sa {
  color: lightgreen;
  border: 0.1px dotted lightgoldenrodyellow;
  font-size: 62.8%;
  font-family: comic sans ms;
  padding: 4px;
  margin: 2px;
  text-decoration: none;
}

.container {
  text-align: center;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.hll {
  background-color: #ffffcc;
}

.c {
  color: #999988;
  font-style: italic;
} /* Comment */
.err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.k {
  color: #f4a600;
  font-weight: bold;
} /* Keyword */
.o {
  font-weight: bold;
} /* Operator */
.cm {
  color: #999988;
  font-style: italic;
} /* Comment.Multiline */
.cp {
  color: #999999;
  font-weight: bold;
} /* Comment.Preproc */
.c1 {
  color: #999988;
  font-style: italic;
} /* Comment.Single */
.cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
} /* Comment.Special */
.gd {
  color: #000000;
  background-color: #ffdddd;
} /* Generic.Deleted */
.ge {
  font-style: italic;
} /* Generic.Emph */
.gr {
  color: #aa0000;
} /* Generic.Error */
.gh {
  color: #999999;
} /* Generic.Heading */
.gi {
  color: #000000;
  background-color: #ddffdd;
} /* Generic.Inserted */
.go {
  color: #888888;
} /* Generic.Output */
.gp {
  color: #555555;
} /* Generic.Prompt */
.gs {
  font-weight: bold;
} /* Generic.Strong */
.gu {
  color: #aaaaaa;
} /* Generic.Subheading */
.gt {
  color: #aa0000;
} /* Generic.Traceback */
.kc {
  font-weight: bold;
} /* Keyword.Constant */
.kd {
  font-weight: bold;
} /* Keyword.Declaration */
.kn {
  font-weight: bold;
} /* Keyword.Namespace */
.kp {
  font-weight: bold;
} /* Keyword.Pseudo */
.kr {
  font-weight: bold;
} /* Keyword.Reserved */
.kt {
  color: #445588;
  font-weight: bold;
} /* Keyword.Type */
.m {
  color: #009999;
} /* Literal.Number */
.s {
  color: #bb8844;
} /* Literal.String */
.na {
  color: #008080;
} /* Name.Attribute */
.nb {
  color: #999999;
} /* Name.Builtin */
.nc {
  color: #999999;
  font-weight: bold;
} /* Name.Class */
.no {
  color: #666666;
} /* Name.Constant */
.ni {
  color: #800080;
} /* Name.Entity */
.ne {
  color: #990000;
  font-weight: bold;
} /* Name.Exception */
.nf {
  color: #999999;
  font-weight: bold;
} /* Name.Function */
.nn {
  color: #555555;
} /* Name.Namespace */
.nt {
  color: #008080;
} /* Name.Tag */
.nv, .copyable .highlight code::before {
  color: #008080;
} /* Name.Variable */
.ow {
  font-weight: bold;
} /* Operator.Word */
.w {
  color: #bbbbbb;
} /* Text.Whitespace */
.mf {
  color: #009999;
} /* Literal.Number.Float */
.mh {
  color: #009999;
} /* Literal.Number.Hex */
.mi {
  color: #009999;
} /* Literal.Number.Integer */
.mo {
  color: #009999;
} /* Literal.Number.Oct */
.sb {
  color: #bb8844;
} /* Literal.String.Backtick */
.sc {
  color: #bb8844;
} /* Literal.String.Char */
.sd {
  color: #bb8844;
} /* Literal.String.Doc */
.s2 {
  color: #9c7645;
} /* Literal.String.Double */
.se {
  color: #bb8844;
} /* Literal.String.Escape */
.sh {
  color: #bb8844;
} /* Literal.String.Heredoc */
.si {
  color: #bb8844;
} /* Literal.String.Interpol */
.sx {
  color: #bb8844;
} /* Literal.String.Other */
.sr {
  color: #808000;
} /* Literal.String.Regex */
.s1 {
  color: #9c7645;
} /* Literal.String.Single */
.ss {
  color: #bb8844;
} /* Literal.String.Symbol */
.bp {
  color: #999999;
} /* Name.Builtin.Pseudo */
.vc {
  color: #008080;
} /* Name.Variable.Class */
.vg {
  color: #008080;
} /* Name.Variable.Global */
.vi {
  color: #008080;
} /* Name.Variable.Instance */
.il {
  color: #009999;
} /* Literal.Number.Integer.Long */

