@charset "utf-8";
/* CSS Document */
body {background-color: #FFEDDA;
    }
ul{
    font-family: 'Pushster', cursive;
    list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
    
	align-items: stretch;
    flex-wrap: wrap;
  }
li {
	
	margin-right: 0.5em;
	flex-grow: 1;
    margin-bottom: 00.5em;
}
a {
	display:block;
	height:100%;
	box-sizing:border-box;
	padding:1em;	
	text-align:center;
	margin-right:0.2em;
	text-decoration:none;
	color:#000000;
    background-color: #3DB2FF;
    
    ;
}
a:hover {
	background-color:#FFB830; 
}
p  {
    font-family: 'Pushster';
    color: #FF2442;
    text-align: left;
    font-size: 30px;
    
    
}
p.video {
    font-family: 'Shizuru', cursive;
    color:#FFEDDA;
    text-align: center;

}
article{
    display: flex;
    align-items: stretch;
    padding: 0 ;
    flex-wrap: wrap;
        
}

div { display: block;
    box-sizing: border-box;
    margin-right: 0.3em;
    background-color: #FF2442;
    padding: 1em;
    border-radius: 18px 18px 18px; 
    border: 1px dashed rgb(0, 0, 0);
    align-items: center;
    box: shadow 10px;
}
video{
    align-items: center;
    width: 350;
    height: 240;
}

iframe {
    align-items: center;
    width: 320;
    height: 230;
}

object {
    align-items: center;
    width: 320;
    height: 240 ;
}
