@font-face {
    font-family: Fixedsys Excelsior 3.01;
    src: url("fonts/FSEX300.ttf");
}

body{
    font-family: Fixedsys Excelsior 3.01;
    font-size: 1.25em;
}

h1{
    text-align: center;
}

h2{
    font-size: 1.5em;
    margin-bottom: -0.5em;
    margin-top: 0.75em;
}

p{
    margin: 0px;
}

sans{
    font-family: Comic Sans MS, cursive;
    margin: 0px;
}

times{
    font-family: Times New Roman, serif;
    margin: 0px;
}

img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img2{
    height: 32px;
    width: 32px;
}


.spoiler-text {
  content: var(--hidden);
  filter: blur(4px);
}

.spoiler-image {
  content: var(--hidden);
  filter: blur(8px);
  display: block;
}

.spoiler-text:hover,
.spoiler-text:focus {
  background: transparent;
  filter: none;
}

.spoiler-image:hover,
.spoiler-image:focus {
  background: transparent;
  filter: none;
}

.warning{
    color: red;
    font-weight: bold;
}