@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Mochiy+Pop+One&family=Belanosima&family=New+Amsterdam&family=Smooch+Sans:wght@100..900&display=swap");
@charset "utf-8";

/* body */
body {
	min-height:100%;
	margin:0;
	font-family: 'Smooch Sans', sans-serif;
	font-size:18px;
	line-height:20px;
	color:#000;
	background-color:#000;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #999;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
input {
    font-family: 'Smooch Sans', sans-serif;
	font-size:18px;
	line-height:22px;
}
textarea, option, select {
    font-family: 'Smooch Sans', sans-serif;
	font-size:18px;
	line-height:22px;
}
button {
    font-family: 'Smooch Sans', sans-serif;
	font-size:18px;
	line-height:22px;
}

/* select */
::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #cb1919;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #cb1919;
}

/* main */
#pag {
	width:100%;
	height:auto;
}
