<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");

/*
	Atmosphere by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

	#main {
		padding: 6em 0 4em;
	}

	.profile {
		margin-bottom: 4rem;
	}

	.profile .inner {
		border-bottom: 1px solid rgba(99, 116, 133, 0.25);
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.profile .inner:last-child {
		border-bottom: 0px solid rgba(99, 116, 133, 0.25);
	}

	.profile header h2 {
		font-size: 3.2rem;
		font-weight: 700;
		letter-spacing: 0.25rem;
		margin-bottom: 0;
	}

	.profile header {
		margin-top: 3rem;
		padding-left: 1rem;
	}

	.profile header.major:after {
		left: 1rem;
	}

	.profile p {
		text-align: justify;
		margin-bottom: 3rem;
	}

	.message_name img {
		display: block;
		margin: 0 0 0 auto;
	}
	
		@media screen and (max-width: 1280px) {

			.profile {
				margin-bottom: 2rem;
			}

		}

		@media screen and (max-width: 980px) {
			
			.profile .inner {
				border-bottom: 0px solid rgba(99, 116, 133, 0.25);
			}
			
			.profile header {
				margin-top: 0rem;
			}

			.profile header h2 {
				font-size: 2.8rem;
			}

			.career .line-right::after {
				border-right: 0px solid rgba(99, 116, 133, 0.25);
			}

		}

		@media screen and (max-width: 736px) {

			.profile p {
				text-align: justify;
			}

			.profile header {
				padding-left: 0;
			}

			.profile header h2 {
				font-size: 1.75rem;
			}

			.profile header.major p {
				text-align: center;
			}

			.profile header.major:after {
				left: auto;
				text-align: center;
			}

			.profile {
				margin-bottom: 1rem;
			}

			.message_name img {
				width: 50%;
				margin-bottom: 2rem;
			}

		}

		@media screen and (max-width: 480px) {

		}</pre></body></html>