html, body {
	height: 100%;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 395px;
	min-height: 302px;
	background-color: #fff;
	font-family: "Jun 201";
}

b {
	font-family: "Jun 501";
	color: #9933ff;
	
}
@font-face {
	font-family:"typecenter-logo" ;
	src: url('https://type.center/static/font/typecenterlogo2018-Regular.woff') format('woff'), url('https://type.center/static/font/typecenterlogo2018-Regular.otf') format('opentype');
}

::selection {
	background: #ff99ad;
}
::-moz-selection {
background: #ff99ad;
}
a, a:hover, a:active {
	color: #000000;
}
p, li {
	line-height: 1.8;
}
.g {
	color: #66ff00;
}

#container-top, #container-info {
	width: 800px;
	margin: auto;
}
h2, h3, h4 {
	font-family: Jun 501;
}
h2 {
	color: #9933ff;
	text-align: center;
	margin: 50px;
}
h4 {
	margin-left: 20px;
}
ul {
	margin-left: 20px;
}

.button a {
	display: inline-block;
	text-decoration: none!important;
	background-color: #66ff00;
	font-family: Jun 501;
	font-size: 2em;
	color: #9933ff;
	width: 200px;
	height: 200px;
	line-height: 200px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	transition: .2s;
	margin-top: 30px;
}
.button a:hover {
	text-decoration: none!important;
	background-color: #ff6699;
	color: #66ff00;
}
.tw-btn a {
	display: inline-block;
	text-decoration: none!important;
	background-color: #9933ff;
	font-family: Jun 501;
	font-size: 1.3em;
	color: #ffffff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	transition: .2s;
}
.tw-btn a:hover {
	text-decoration: none!important;
	background-color: #ff6699;
}
.st {
	text-decoration: line-through;
}
.tw {
	margin-left: 80px;
}
.footer {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}
#footer {
	font-family: typecenter-logo;
	font-size: 1.8em;
	color: #ff435a;
	text-align: center;
	margin-bottom:50px;
	}

a {
	color: #ff6699;
	text-decoration: none;
}

a:hover {
	color: #66ff00;
	text-decoration: none;
}

#footer a {
	color: #ff435a;
	text-decoration: none;
}

#footer a:hover {
	color: #009900;
	text-decoration: none;
}

#footer .site-name__dot {
	color: #009900;
	text-decoration: none;
}

#footer .site-name__dot a {
	color: #009900;
	text-decoration: none;
}

#footer .site-name__dot a:hover {
	color: #ff435a;
	text-decoration: none;
}
@media (max-width: 800px) {
body {
	font-size: 1.3em;
}
#container-top, #container-info {
	width: 80%;
}
.topimg {
	width: 100%;
	text-align: center;
}
.topimg img {
	width: 100%;
	text-align: center;
}
}

@media (min-width: 800px) {
.small-container {
	display: none;
}
.topimg {
	width: 100%;
	text-align: center;
}
.topimg img {
	width: 100%;
	text-align: center;
}
}
