@font-face {
    font-family: 'timefont';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'datefont';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}


body {
  font-size: 1.1em;
  font-family: 'Spoqa Han Sans Neo';
  font-weight:300;
  background-image: url('../image/winter_01.jpg');
  background-size: auto 1000px;
//  background-size: auto;
  background-repeat: initial;
  margin: 50 50;
}


   .time2 {padding-top: 200px; top: 10px; width: 100%; color: black; text-align: center; color: black; font-size: 3.2em; font-family: 'timefont', 'sans-serif'; font-weight:700;}
   .ampm {padding-top: 200px; padding-right: 10px; width: 100%; text-valign: bottom; text-align: center; color: gray; font-size: 0.9em; font-family: 'timefont', 'sans-serif'; font-weight:900;}
   .date2 {padding-top: 5px; padding-bottom: 5px; width: 100%; color: black; align: center; text-align: center; background-color: #4da6ff; color: white; font-size: 1.3em; font-family: 'datefont', 'sans-serif'; font-weight:500;}

//  .time {padding-top: 5px; top: 10px; width: 90%; color: white; text-align: center; font-size: 2.6em; font-family: 'Spoqa Han Sans Neo', 'sans-serif'; font-weight:900;}

//  .ampm {padding-top: 200px; padding-right: 10px; width: 100%; text-valign: bottom; text-align: center; color: gray; font-size: 0.9em; font-family:
  'Spoqa Han Sans Neo', 'sans-serif'; font-weight:900;}

//  .time2 {padding-top: 200px; top: 10px; width: 100%; color: white; text-align: center; font-size: 3.2em; font-family: 'timefont', 'sans-serif'; font-weight:700;  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

//  .date2 {padding-top: 5px; padding-bottom: 5px; width: 100%; color: white; align: center; text-align: center; background-color: skyblue; color: white; font-size: 1.3em; font-family: 'datefont', 'sans-serif'; font-weight:500;}
~


