@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
html {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: #dedcee;
  color: #453f70; }

header {
  text-align: center;
  padding: 20px 0; }
  header h1 {
    font-size: min(7.5vw, 40px);
    letter-spacing: 1px;
    color: #6a60a9;
    margin-bottom: 15px;
    font-family: 'Dela Gothic One', cursive; }
  header .caption {
    font-size: 10px;
    padding: 0 15px; }
    header .caption .ex {
      display: inline-block;
      transform: scale(0.8);
      margin-top: 5px; }

main {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

footer {
  text-align: center;
  background: #fffcf0;
  padding: 15px;
  font-size: 12px; }

.now {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: sticky;
  top: 10px;
  background: #fffcf0;
  margin-bottom: 20px;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
  .now input {
    border: solid 1px #dedcee;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
    width: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }

.data-table-wrap {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }

.data-table {
  background: #fff;
  width: calc(100% + 4px);
  table-layout: fixed;
  margin: -2px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .data-table th, .data-table td {
    border: solid 2px #dedcee;
    vertical-align: middle;
    text-align: center;
    padding: 5px; }
  .data-table thead th {
    background: #ffe38a; }
  .data-table thead td {
    background: #6a60a9;
    color: #fff;
    font-size: 13px; }
  .data-table tbody tr:hover {
    background: #dedcee; }
    .data-table tbody tr:hover th {
      background: #dedcee; }
    .data-table tbody tr:hover td {
      font-weight: bold; }
  .data-table tbody th {
    font-size: 10px;
    background: #fffcf0; }
  .data-table .rate {
    display: block;
    font-size: 10px; }
    .data-table .rate input {
      text-align: center;
      font-size: 10px;
      width: 50px;
      color: #ddd;
      -webkit-text-fill-color: #ddd;
      opacity: 1; }

@media screen and (max-width: 768px) {
  .data-table .rate input {
    display: none; } }

/*# sourceMappingURL=style.css.map */
