@import"https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap";*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{font-family:Caveat Brush;font-size:38px;font-weight:700;line-height:1.2em;text-align:center;padding:50px 0}@media(prefers-color-scheme:dark){body{background-color:#333;color:#fff}}body b{color:#9644ff}body section{max-width:500px;width:90%;margin:auto}body section#welcome-section .title{margin-bottom:40px}body section#welcome-section a.button{font-size:30px;padding:15px 40px;background:#9644ff;-webkit-box-shadow:0 5px 10px rgba(150,68,255,.5);box-shadow:0 5px 10px rgba(150,68,255,.5);border-radius:40px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;text-decoration:none}body section#welcome-section a.button:hover{background:#ff30d6;-webkit-box-shadow:0 2px 20px rgba(255,48,214,.8);box-shadow:0 2px 20px rgba(255,48,214,.8)}body section#daily-message .text{font-weight:700}body section#daily-message .draw img{width:100%}