@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box}body{background-color:gray;color:#fff;font-family:poppins}.navbar{background-color:#87ceeb;height:50px;display:flex;justify-content:center;align-items:center;color:brown;padding:10px}#head{font-size:30px}.box{display:flex;justify-content:center;align-items:center;flex-direction:column;height:220px;width:200px;background-color:#20b2aa;margin:20px 20px 0 0;border-radius:10px;padding:10px}p{font-size:20px;margin-top:10px}.mainContent{padding:10px;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}@media screen and (max-width:400px){p{font-size:15px}#head{font-size:20px}#instruction{font-size:20px;margin-right:5px}a{font-size:20px}}.header{display:flex;justify-content:center;align-items:center;flex-direction:row}#instruction{font-size:20px;margin-right:20px}a{font-size:20px}@media screen and (max-width:250px){p,#head{font-size:15px}#instruction{font-size:15px;margin-right:5px}a{font-size:15px}}
