html {
  background-color:black;
}
body {
  background-color:black;
}
@font-face {
   font-family: fonttest;
   src: url(font/Cabin-VariableFont_wdth\,wght.ttf);
}
@font-face {
   font-family: fonttest;
   src: url(font/Cabin-Italic-VariableFont_wdth\,wght.ttf);
   font-style: italic;
}
.headerstuff {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;  
  gap: 5px;                
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color:purple;
  font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  border: 5px solid palevioletred;
  border-radius: 15px;
  padding: 5px;
  width: auto;
}
.headerstuff a:link,
.headerstuff a:visited {
  font-size: 25px;
  display: inline-block;
  text-align: center;
  background-color: plum;
  color: black;
  border: 2px solid plum;
  border-radius: 10px;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  transition: 0.15s;
  transition-timing-function: ease-out;
}

.headerstuff a:hover {
  border: 2px solid pink;
  background-color: pink;
  color: white;
  transition: 0.15s;
  transform: translateY(-2px);
  transition-timing-function: ease-out;
}
.textstuff {
    font-size: 20px;
    text-align: left;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 10px;
    border-left: 2px solid fuchsia;
    margin-left: 10px;
}
.textstuff2 {
    font-size: 20px;
    text-align: left;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 10px;
    border-left: 2px solid mediumpurple;
    margin-left: 10px;
}
.textstuff2 a:link, a:visited,
.textstuff a:link, a:visited {
    color:aqua;
}
.textstuff2 a:hover, a:active,
.textstuff a:hover, a:active {
    color:aquamarine;
    border: 0px;
    background-color: transparent;
}
.imagestuff {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.imagestuff img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
}
.largetextstuff {
    font-weight: bold;
    font-size: 50px;
    text-align: left;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 10px;
    border-left: 2px solid aqua;
    margin-left: 10px;
    margin-top: -35px;
    margin-bottom: -35px;
}
.linkimagestuff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  
    font-size: 20px;
    text-align: center;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: -6px;
    margin-bottom: -10px;
}
.linkimagestuff img {
    margin-left: 5px;
    margin-right: 5px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    border: 2px solid plum;
    transition: 0.2s;
    transition-timing-function: ease-out;
}
.linkimagestuff img:hover {
    margin-left: 5px;
    margin-right: 5px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    border: 2px solid aquamarine;
    transition: 0.2s;
    transform: scale(107%);
    transition-timing-function: ease-out;
}
.photocaptionstuff {
    font-size: 10px;
    text-align: center;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.chartstuff canvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
}

.chartstuff p {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.buttonstuff a {
  font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 60px;
  text-align: center;
  display: flex;
  width: fit-content;
  background-color: paleturquoise;
  color: black;
  border: 2px solid paleturquoise;
  border-radius: 20px;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  transition: 0.15s;
  transition-timing-function: ease-out;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.buttonstuff a:hover{
  border: 2px solid palegreen;
  background-color: palegreen;
  color: white;
  transition: 0.15s;
  transition-timing-function: ease-out;
}
.smallbuttonstuff {
    text-align: center;
}

.smallbuttonstuff a {
  cursor: pointer;  
  font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 25px;
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  background-color: lightcoral;
  color: black;
  border: 2px solid lightcoral;
  border-radius: 10px;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: 0.15s;
  transition-timing-function: ease-out;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.smallbuttonstuff a:hover{
  border: 2px solid lightsalmon;
  background-color: lightsalmon;
  color: white;
  transition: 0.15s;
  transition-timing-function: ease-out;
}

.betstuff {
    margin-top: -20px;
    font-size: 15px;
    text-align: center;
    font-style: italic;
    background-color: transparent;
    color: lavender;
    font-family: 'fonttest', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}