@import url("https://fonts.googleapis.com/css2?family=Gruppo&family=New+Amsterdam&family=Mochiy+Pop+One&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: #fff;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #fff;
}

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

#imagebox {
	height: 100%;
	min-height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
}