body {
  background-color: #574250;
	background-position: top;
  font-size: 18px;
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  display: flex;
        flex-direction:column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        height: 100vh;
  }
  button {
    background-color:#aa00aa;
  }
  #SnF1{
    font-family:Times;
    font-size:18px;
    color: #ff0000;
  }