@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/*
https://github.com/Hanul/sky-css-base
v0.0.1 | 20210109
Author: Sim Young Jae
License: MIT
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
*,
*:focus {
  outline: 0;
}
html {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}
button,
input {
  border: none;
}
[hidden] {
  display: none !important;
}
[contenteditable] {
  -webkit-tap-highlight-color: transparent;
}
.float-wrapper:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Trajan Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Trajan Pro Regular'), url('fonts/TrajanPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Trajan Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Trajan Pro Bold'), url('fonts/TrajanPro-Bold.woff') format('woff');
}
.home-view {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  height: 100vh;
  color: #949191;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  font-size: 20px;
}
.home-view > section > header {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}
.home-view > section > header > h1 {
  font-family: 'Trajan Pro Bold';
  font-size: 36px;
  color: #c3b995;
  margin-right: 8px;
}
.home-view > section > header > p {
  font-family: 'Trajan Pro Regular';
}
.home-view > section > article {
  display: flex;
  flex-direction: column;
}
.home-view > section > article > .faucet-container {
  display: flex;
  align-items: center;
}
.home-view > section > article > .faucet-container > .input-container {
  margin-top: 58px;
  margin-right: 8px;
}
.home-view > section > article > .faucet-container > .input-container > label {
  display: flex;
  font-weight: 700;
}
.home-view > section > article > .faucet-container > .input-container > label > p {
  color: #c3b995;
  margin-right: 4px;
}
.home-view > section > article > .faucet-container > .input-container > input {
  font-size: 20px;
  font-family: 'Nanum Myeongjo', serif;
  margin-top: 4px;
  background-color: #9d9d97;
  border-radius: 2px;
  padding: 8px;
  text-align: right;
  height: 72px;
  width: 100%;
}
.home-view > section > article > .wallet-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 16px;
}
.home-view > section > article > .wallet-container > .input-container > p {
  color: #c3b995;
  margin-right: 4px;
  text-align: right;
}
.home-view > section > article > .wallet-container > .input-container > input {
  font-size: 20px;
  font-family: 'Nanum Myeongjo', serif;
  margin-top: 4px;
  background-color: #9d9d97;
  border-radius: 2px;
  padding: 8px;
  text-align: center;
  height: 72px;
  width: 100%;
}
.home-view > section > article > .amber-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.home-view > section > article > .amber-container > .my-container {
  display: flex;
}
.home-view > section > article > .amber-container > .my-container > .amber {
  margin-left: 6px;
  color: #fd9950;
}
.home-view > section > article > .amber-container > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  background-color: #191716;
  height: 54px;
  border: 2px solid #575633;
  border-radius: 2px;
  color: #c3b995;
}

