@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:#cbdfbd;color:#011627;font-family:poppins}p{font-size:30px;font-family:poppins;margin-bottom:10px}.box{display:flex;justify-content:center;align-items:center;flex-direction:column;height:500px;flex-wrap:wrap}img{height:200px;border-radius:10px;width:250px;margin-top:20px;box-shadow:0 0 10px #011627}p:hover{color:red}img:hover{box-shadow:0 0 30px #011627}#msg{color:brown;font-size:30px}.datetime{display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap}#time{color:#00f}.datetime p{margin-left:20px}@media screen and (max-width: 400px){img{height:150px;width:150px}#msg{font-size:25px}p{font-size:20px}}@media screen and (max-width: 200px){img{height:100px;width:100px}#msg{font-size:20px}p{font-size:15px}}@media screen and (max-width: 550px){img{height:150px;width:150px}#msg,p{font-size:25px}}
