@keyframes fadeIn {
            to {
                opacity: 1;
            }
}

.button {
  background-color: grey;
  text-shadow: 3px 3px #484;
  color: white;
  width: 25%;
}
.button:hover {
  background-color: white;
  color: black;
}
.button:active {
  background-color: #062;
  color: black;
}
.center {
  margin: auto;
  width: auto;
  text-align: center;
  box-shadow: 8px 6px #808;
}

.shadow {
  background-image: linear-gradient(#222, #000);
}
html {scroll-behavior: smooth;}

body {
  background-color: #d8bfff;
  background-image: url("wallpaper.jpg");
  background-attachment: fixed;
  background-size: 100%;
  font-family: monospace;
}

footer {
  background-color: #000;
  padding: 20px;
  text-align: center;
}
a {
  color: #FFF;
}
h2 {
  text-shadow: 3px 3px #A0F;
  color: white;
  font-size: 44px;
  width: 100%;
  text-align:center;
}
h3 {
  color: #FFF;
  font-size: 22px;
  width: 100%;
  text-align:center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}

div {
  background-color: #000;
  color: #FFF;
  font: bold;
  padding: 20px;
}
div.container {
  display: flex;
  justify-content: center;
  align-items: center;

}
div.flexgrid {
  width: 240px;
  color: #FFF;
  /*border: 2px solid green;*/
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: auto;
}
div.flexbutton {
  width: 240px;
  /*border: 2px solid green;*/
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: auto;
}
div.flexbutton:hover{
  background-image: linear-gradient(#aaf, white);
  box-shadow: 0 0 15px 7px #0ff,  /* inner white */
              0 0 25px 15px #f0f, /* middle magenta */
              0 0 45px 22px #00f;
}
div.heading {
  width: auto;
  background-color: #A0F;
  /*background-image: url("tile.png");*/
  padding: 2%;

}
div.pagediv {
    width: auto;
    background-color: #FFF;
    color: #102;
    text-align: left;
}
img {
  width:auto;
  height:auto;
  margin: auto;
  display: inline-block;
}
p {
  font-size: 18px;
  font-style: bold;
}
