<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

body {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 20px;
  }

.main-container {
    background-image: linear-gradient(207deg, #ACA5FF, #3A4B77);
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p{
    color: #3A4B77;
}
  
.header{
    font-size: 40px;
    color: white;
}</pre></body></html>