<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  margin: auto;
}
.top-button{
  transition: .3s;
}
.top-button:hover {
  animation: pulsation .7s alternate infinite;
}

@keyframes pulsation {
  0% { transform: scale(1); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1.1); }
}

h4{
  color: #966F33;
}


/*ã€€ã‚¹ãƒžãƒ›ç”¨CSSã“ã“ã‹ã‚‰ã€€*/

 @media screen and (max-width:480px){

.logo{
  width:350px;
  position:center;
}
body{
  width:800px;
    min-height: 100vh;
  text-align:center;
}</pre></body></html>