* {
 padding: 0;
 margin: 0;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

button {
	padding: 1rem;
	border: none;
	border-radius: 10px;
	width: 50%;
	background: #be4545;
	color: white;
}