@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";.container{height:100vh;width:100vw;background-image:linear-gradient(to left bottom,#343a40,#212529)}.header{display:flex;position:fixed;top:0;left:50%;transform:translate(-50%);padding:40px 25px;width:90%;justify-content:space-between;z-index:1000}.header img{width:300px}.header button{padding:10px 20px;background-color:transparent;border:.5px solid white;color:#fff;border-radius:5px;display:block;font-family:inherit}@media (max-width: 400px){.header img{width:120px}.header{padding:30px 8px}}.loading_container{height:100vh;width:100vw;background-image:linear-gradient(to left bottom,#343a40,#212529);display:flex;justify-content:center;align-items:center;font-size:50px;color:#fff}.numberPoint_numDisplay{height:20px;width:20px;transition:all .2s ease;border-radius:50%;background:white;display:flex;justify-content:center;align-items:center;color:#000;font-size:14px;font-weight:700;cursor:pointer;position:relative}.numberPoint_numDisplay:hover .numberPoint_content{opacity:1}.numberPoint_content{pointer-events:none;opacity:0;position:absolute;top:-520%;left:-175px;width:350px;background-color:#fff;border-radius:5px;padding:10px;font-weight:400;transition:all .5s ease}.numberPoint_content:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);height:20px;width:2px;background:white}.numberPoint_content p{margin-top:5px}@media (max-width: 400px){.numberPoint_content{width:300px;left:-150px}}*,*:before,*:after{margin:0;padding:0}body{background-color:#f1f3f5;font-family:Inter,sans-serif;font-size:16px}
