*{
    padding: 0%;
    margin: 0%;
}

header{
    background-color: rgb(160, 155, 177);
    text-align: center;
}
/*タイトル画像　サイズ指定*/
header img{
    width: 100%;
    background-color: rgb(207, 248, 173);
}

header nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
header nav ul li a{
    font-size: 20px;
    color: rgb(250, 250, 250);
    background-color: rgb(160, 155, 177);
    text-decoration: none;
}

/*　　メイン　フォーム　　*/
main{
    background-color: rgb(242, 245, 225);
    color: rgb(0, 0, 0);
        text-align: center;

}

info1 {
    display: flex;
    text-align: left;
}
info1 img{
        width: 190px;
        height: 143px;
        padding:  10px;
}

info2 {
    display: flex;
    text-align: left;
}
info2 img{
        width: 190px;
        height: 143px;
        padding:  10px;
}


main h2{
    font-size: 20px;
    margin-bottom: 20px;
    background-color: rgb(160, 155, 177);
    color: rgb(250, 250, 250);
    text-align: center; 

}
main h3{
    font-size: 18px;
    margin: 20px;
    background-color: rgb(242, 245, 225);
    color: rgb(0, 0, 0);
    text-align: center; 
}



/*フッダー設定*/
fodter{


}

fodter h4{
    background-color: rgb(242, 245, 225);
    font-size: 15px;
    padding:20px;
    text-align: center;
}










