@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');

* {
	box-sizing: border-box;
}

html {
 height: 100%;
}

body {
	background-color: #0b4685;
	color: #dde6f0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;

}

button {
	background-color: #b10505;
	color: #b3eaf5;
	font-size: 40px;
	font-family: 'PT Sans Narrow', sans-serif;
	border: 2px solid gray;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

textarea {
	border: 2px solid gray;
	border-radius: 10px;
}

p {
	font-family: 'PT Sans Narrow', sans-serif;
	
}