body {
	background-color: rgb(248, 239, 225);
	background-image: url('../pics/buddies3.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
.auto-style2 {
    font-size: x-large;
    text-align: center;
    }

input[type=text]{
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}
footer {
    text-align: center;
    padding: 3px;
}