body {
	background: #02062A;
	color: #ffffff;
}

.about {
	background: #2400FF;
	text-align: center;
	padding: 110px 0;
	text-align: center;
}

.about p {
	font-size: 28px;
	line-height: 42px;
}

p a {
	display: inline-block;
	border: #ffffff 1px solid;
	color: inherit;
	border-radius: 2em;
	padding: 0.5em 1em;
	text-decoration: none;
}

p a:hover {
	border: rgba(255, 255, 255, 0.5) 1px solid;
}

p {
	width: 60%;
	min-width: min(400px, calc(100vw - 40px));
	padding: 48px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.about p:first-of-type {
	margin-top: 60px;
}

.about p:last-of-type {
	margin-bottom: 60px;
}

.about img {
	width: 50%;
	margin: 0 auto;
	max-width: 355px;
	min-width: min(250px, 80vw);
}

.activated-boredom {
	background: #02062A;
	color: #FFF6F6;
	padding: 110px 0;
	text-align: center;
}

.activated-boredom p {
	font-size: 20px;
	line-height: 40px;
}

.activated-boredom img {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 60px;
	min-width: min(400px, calc(100vw - 40px));
}

.activated-boredom p:last-of-type {
	text-align: center;
	margin-bottom: 0;
}

.footer {
	padding-top: 110px;
	font-size: 28px;
	line-height: 42px;
	background: #000000;
	text-align: center;
}

.footer p {
	margin-bottom: 40px
}