body,html{user-select:none;animation:fadeInAnimation ease 3s;animation-iteration-count:1;animation-fill-mode:forwards;font-family:sans-serif;height:100%;margin:0}h1{font-size:4vw}.bg{animation:fadeInAnimation 5s;position:relative;background-image:url(https://cdn.maou.moe/main.png);background-color:#cccccc;background-repeat:no-repeat;background-size:cover;background-position:center;height:100%}.bot{position:absolute;width:100%;bottom:0}.left{float:left;margin:20px}.right{float:right;margin:20px}@keyframes fadeInAnimation{0%{opacity:0}100%{opacity:1}}