* {
	margin: ;
	padding: ;
	box-sizing: border-box;
}

body {
	background-image: url('../images/main_background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	alt="Main Background";
}

button {
	font-size: 30px;
}

.center {
  display: grid;
  justify-content: center;
  align-items: center;
}