
body{
    background-color: rgb(221, 220, 220);
}

header{
    width: 1000px;
    height: 100px;
    margin: 0px auto;
   
    background: url(""#"") ;
    background-size: cover;
    
    
    
    background-position: center;
}   



.head_container{
    
    padding: 0px;
    display: flex;
    justify-content: space-between;
    text-align: right;
    
}
h1{
    font-size: 16px;
    color: rgb(255, 0, 0);
    
}
header ul{
    list-style-type: none;
    font-size: 18px;
    
    
}
/*header ul li{
    display: inline-block;*/
    
    
}
header h2{
    text-align: center;
    margin-top: 10px;
    color: red;
    font-size: 30px;
    text-shadow:2px 2px 2px black;
}

nav ul{
    list-style-type: none;
    text-align: center;
    font-size: 5px;
}
nav li{
    display: inline-block;
    width: 150px;
    text-align: center;
    border-left:  1px dotted black;
}
.last_child{
    border-right: 1px dotted black;
}


.container{
    width: 1000px;
    margin: 0px auto;
    display: flex;
}
.item01{
    text-align: center;
    width: 80%;
}
.item01 h2{
    text-align: center;
    border-bottom: 1px solid red;
    color: rgb(100, 20, 167);


}
.item01 img{
    width: 700px;
}
.item02{
    width: 20%;
    padding-right: 10px;
    padding-left: 20px;
    background-color: rgb(245, 189, 217);
   
    
}
.item02 h2{
    font-size: 10px;
    text-align: center;
}
.item02 ul{
    list-style-type: none;
    padding-left: 0;
    
}

.item02 li{
    border-bottom: 1px dotted black;
    
}

.article_container{
    display: flex;
}
.article_item{
    width: 47%;
    padding: 20px;
}
.article_item img{
    width: 99%;: cadetblue;
    
}
.article_item p{
    text-align: center;
}


    

footer {
    width: 1000px;
    height: 100px;
    
    background-color: chartreuse;
    margin: 0px auto;
    
   
    
}
footer {
    padding-top: 20px;
    text-align: center;
} 
.cose{
table-layout: auto;
width: 10%;
background-color: rgb(195, 195, 247);
font-size: 12px;
} 
.wide{
    width: 45%;
} 
.cose img{
    width: 180px;
} 

main img{
    width: 720px;
}
.day{
    text-align: center;
}
.main{
    text-align: center;
    border: solid 10px;
    border-color: red yellow green hsla(60, 90%, 50%, .8);
    
}
