@charset "utf-8";
/* CSS Document */

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

#darwin_iframe {
	width:100%;
	border:none;
}