@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON%20Lv1%20Gothic%20OTF%20Bold.woff') format('woff');
    font-style: normal;
}

h1 {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-weight: 600;
    margin-top: 25px;
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
}

p {
    font-size: 17px;
    line-height: 31px;
}

body {
    font-family: 'NEXON Lv1 Gothic OTF';
    margin: 0;
    padding: 0;
}

.embedVid {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 16px;
    overflow: hidden;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.contentWrap {
    max-width: 640px;
    margin: auto;
}

.textBox {
    width: 90.5%;
    margin: auto;
}

.textBox img{
    border-radius: 16px;
    width: 100%;
    margin: auto;
}

button {
    height: 30px;
    width: 60px;
    background-color: #4681A6;
    border: 0;
    color: white;
    border-radius: 0.5em;
    cursor: pointer;
}

button:hover {
    background-color: #8FBDD9;
    box-shadow: 0px 0px 3px 3px #8fbdd94b;
}

input {
    max-width: 200px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'NEXON Lv1 Gothic OTF';
    border: 0;
    background-color: rgb(240, 240, 240);
}

.footer {
    width: 90.5%;
    max-width: 640px;
    margin: auto;
    text-align: center;
}

.footer img {
    margin: 40px 0px;
    width: 20%;
}


.widget {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
  }
  
  .chart-container {
    filter: blur(0px);
    padding: 100px;
  }
  
  .shadow {
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 10px 10px rgba(30, 202, 211, 0.5));
  }
  