body{background-color:#3c3c3c;color:#fff}
.button{font-size:16px;padding:10px 20px;background-color:#ffaa00;border:2px solid #804d00;color:#3c3c3c;cursor:pointer;border-radius:5px;font-family:'Minecraft',sans-serif}
.button:hover{background-color:#ffc04d}
.title{text-align:right;text-decoration:underline double #ff7b00;text-indent:0;text-shadow:24px 8px 6px #a36700;color:#ff7b00;font-weight:bold;font-size:24px;margin:20px}
#console{background:#222;border:2px solid #555;border-radius:10px;padding:20px;width:60%;height:200px;overflow-y:auto;margin-top:20px}
#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;flex-direction:column;align-items:center;justify-content:center}
#overlay-content{background:#fff;border-radius:10px;padding:20px;text-align:center;color:#333}
.minecraft-logo{animation:bounce 1s infinite}
