body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #121212
  }
  
p {
    text-align: center;
    color: #ffffff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    background: rgb(204,223,253);
    background: linear-gradient(90deg, rgba(204,223,253,1) 48%, rgba(248,144,192,1) 52%);
}
  
.header-text {
    font-size: 3rem;
    margin: 0 40px;
    text-align: center;
    white-space: nowrap;
}
  
.header-image {
    height: 3rem;
    width: auto;
}

fuwa {color: #ccdffd;}
moco {color: #f890c0;}