body {
    font-family: 'Yu Gothic UI', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    line-height: 1.6;
    color: #080808;
}


.bacgroundbase {
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
        linear-gradient(rgb(255, 255, 255) 0%, #1D6EDE 100%);
    min-height: 100vh;
}