/*ヘッダーの隙間を埋める*/
    body,html{
        margin:0;
    }
/*タイトルの陰影*/
    h1{
        -text-shadow:2px 2px 2px white;
        height:140px;
        margin:0;
    }
/*各リンクの演出*/
.link{
    font-size:24px;
    color:white;
    -webkit-text-stroke: 3px #008CAF;
    paint-order: stroke fill; 
    
}

/*ホームページです、コピーライト等フチドリ*/
    p{
        font-size:44px;
        color:white;
        -webkit-text-stroke: 4px #008CAF;
        paint-order: stroke fill; 
    }
    h2{
        color:white;
        -webkit-text-stroke: 2px blue;
        paint-order: stroke fill; 
    }
    /*pタグのうち、"ホームページです"にだけ白背景*/
    .text{
            height:85px;
            background-color:white;
            margin:0;
        }    
        
/*各ボタンのレイアウト*/
    .passbutton{
        font-family:ヒラギノ明朝;
        background-color:white;
        width:80px;
        height:30px;
    }
    .passbuttonb{
        font-family:ヒラギノ明朝;
        background-color:white;
        width:120px;
        height:30px;
    }

ul{
    border:solid 2px blue;
    background-color:white;
    width:fit-content;
    height:fit-content;
}
/*背景*/
    .body{
        background-color:#eeeeee;
        width: 100%;
        height: 100vh;
        background-image:radial-gradient(transparent 30%,skyblue 30%);
        background-size: 120px 120px;
        background-position: 0px 50px;
    }
/*フッター*/
    .footer{
        background-color:white;
        height:90px;
    }
 /*元々bodyタグに書いてあったものを移動させています
 dir="ltr" spellcheck="false" bgcolor="#cccccc"text=""style="direction: ltr; min-height: 901px;"*/