		@charset "UTF-8";

		body {
			background-color: rgb(255, 255, 255);
		}

		.header {
			width: 100%;
			text-align: center;
			height: 90px;
			background-color: rgb(240, 195, 10);
		}

		.header img {
			width: 160px;
			margin: auto;
			padding: 20px;
		}

		a {
			display: inline-block;
		}

		a:hover {
			box-shadow: none;
		}

		h1 {
			font-size: 20px;
			font-weight: 600;
		}

		h2 {
			font-size: 16px;
			font-weight: 600;
		}

		.text {
			max-width: 768px;
			margin: auto;
		}

		.text p {
			text-align: left;
		}

		.text a {
			text-align: center;
			text-decoration: none;
			width: 100%;
			margin: auto;
			padding: 10px;
			color: rgb(0, 0, 0);
			background-color: rgb(240, 195, 10);
			border-radius: 10px;
		}

		.text a:hover {
			background-color: rgb(255, 225, 105);
		}