html, body{
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    }
    .box {
        display: flex;
        background-image: linear-gradient(140deg, rgb(27, 26, 29), #7c1d1df8);
        object-fit: cover;
    }
    .box::before{
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .customlist {
        list-style-image: url(imahe/getsugatenshouU.png);
        margin-bottom: 30px;
        list-style-position: inside;
    }
    .customlist li{
        align-items: center;
        margin-bottom: 10px;
    }

    header{
    background-image: linear-gradient(140deg, rgb(0, 0, 0), #1a131388);
    padding: 40px;
    text-align: center;
    }
    .text{
    font-size: 90px;
    background-image: linear-gradient(60deg, rgb(255, 94, 0), #750c04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Pacifico', cursive;
    letter-spacing: 5px;
    }

    header img{
    border-radius: 174px;
    width: 300px;
    border: 24px solid #d8650677;
    }

    .content{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    font-family:helvetica, arial, sans-serif;
    }

    img.big-image{
    max-width: 100%;
    }
    p.pogi{
        text-indent: 50px;
    }
    p, li {
    color: white;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    }

    p.cap3on{
    font-size: 16px;
    color: lightgrey;
    font-style: italic;
    }

    ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
    a{
        color: red;
        text-decoration: none;
    }
    footer{
    padding: 40px 20px;
    background-color: #333;
    color: lightgrey;
    }

    footer ul{
    text-align: center;
    }

    footer ul li{
    display: inline-block;
    margin: 0 5px;
    }
