body {
    font-family: Arial, sans-serif;
    background-color: #139822;
}

h1 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    text-align: center;
}

p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    margin: 10px;
}

li{
    list-style:none;
  }

.logo {
    width:70vw;
    margin:0 auto;
}

.osinagaki {
    font-size: 0.7rem;
    width: fit-content;
    margin: auto;
}