@charset "utf-8";
body {
  		font-family: arial, "lucida console", sans-serif;
		background-color: #fbe086;
  		background-repeat: no-repeat;
  		background-attachment: fixed;
  		background-position: center; 
		}
.center {
  		display: flex;
  		flex-direction: column;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
		min-height: 100vh;
		}