body{
    min-height:100vh;

    background-image: url("image/ikimono.jpg");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;



}



h1{

    color: blue;

    font-size: 40px;

}

