@font-face {
    font-family: "Times New Roman";
}

body{
    font-family: Times New Roman;
    font-size: 1.25em;
}

h1{
    text-align: center;
}

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

p{
    margin: 0px;
}

a{
  display: inline-block;
  overflow: hidden;
}

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

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

img{
  align-content: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  width: 50%;
}

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

.spoiler-text {
  content: var(--hidden);
  filter: blur(5px) saturate(0);
  overflow: hidden;
}

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