* {
	margin: auto;
	box-sizing: border-box;
}

body {
	background-color: #91D1F5;
	text-align: center;
	border: 2px solid royalblue;
}
img {
  	width: 60%;
  	height: 60%;
  	border: 3px solid royalblue;
  	max-width: 100%; 
  	max-height: 300px
}
div {
	max-width: 1200px;
	color: #4539F0;
	top: 20px;
	font-family: 'Courier New', monospace;
	size: 2px;
}

.question {
	text-align: left;
	margin: 30px;
	font-family: 'Monaco', monospace;
}

.married {
	text-align: left;
	margin-left: 70px;
	font-family: 'Monaco', monospace;
}

table {
	border: 2px solid royalblue;
	font-family: 'Monaco', monospace;
}

h1 {
	color: #4B23CC;
	font-family: 'Monaco', monospace;
}

.explain {
	margin: 30px;
}

caption {
	color: #4B23CC;
}

#title {
	padding: 2px;
	margin-top: 30px;
}

#title img {
	margin-top: 50px;
}

#data {
	margin-top: 80px;
}

#grid-container {
	display: grid;
	grid-template-columns: auto auto;
}