@charset "utf-8";
/* CSS Document */
body {background-color:#fff3dc}
h1, h2 {font-family: "ff-cocon-pro", sans-serif;width:100%}
.center p {font-weight:500; font-size:25px}
div.center {
	margin-top:180px;
	width:100%;
	max-width: 700px;
    border: 18px solid #161f49;
    padding: 100px;position: relative;
    z-index: 10;
	}
body {
    background-color: #fff3dc;
}
svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; z-index: 1
}


.links {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    font-family: sans-serif;
}
a {
    text-decoration: none;
    color: black;
    margin-left: 1em;
}
a:hover {
    text-decoration: underline;
}
a img.icon {
    display: inline-block;
    height: 1em;
    margin: 0 0 -0.1em 0.3em;
}
@media only screen and (max-width: 500px) {
	h1, h2 {font-family: "ff-cocon-pro", sans-serif;}
.center p {font-weight:500; font-size:25px}
div.center {
	margin-top:180px;
	width:100%;
	max-width: 200px;
    border: 10px solid #161f49;
    padding: 100px;position: relative;
    z-index: 10;
	}}