
body{
		background-color:#f9e900;
		}


h1{
	font-size:4rem;	color:#00a5dd;
	font-family:"游ゴシック体", Yu Gothic, san-serif;
	text-align:center;
	
  }
  
  
section {
			text-align:center;
			font-size:25px;
			font-family:"游ゴシック体", Yu Gothic, san-serif;
				}
  
h5{
	color:red;
		}
  
.container{
			display:flex;
			justify-content:space-around;
			
			}


div{
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
	
	
		}
		
footer
	{
		text-align: center;
	}
		
