
header {
	max-width: 90%;
	margin: 2rem;
}

header h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

header p {
	font-size: 18px;
}

.box {
  width: 20rem;
  height: 15rem;  
}

.box h3 {
  font-size: 1.3rem;
}

.box p {
  font-size: 18px;
}