body {
	    text-align:center;
		padding:0;
		margin:0;
	}
	header{
	    font-family: arial;
	    font-size:12px;
		display:block;
		height:40px;
		margin:0px;
		padding:0px;
		background:black;
	}
	#menu li{
	    display:inline;
		margin-right:12px;
	}
	#menu li a {
		color:white;
		text-decoration: none;
		}
    .menu-1{
	    float:left;
	}
	.menu-2{
	    float:right;
	}
	h1{ 
		text-align: center;
	    font-family: Times New Roman;
	    font-size: 80px;
		}
	h1 + div{
	    text-align: center;
	    font-family: arial; sans-serif;
	    font-size: 20px;
		margin-top: -50px;
	}
    .mainmenu{
	    justify-content: space-between;
		text-align: center;
		}
    .mainmenu li{
	    display: inline;
		text-align: center;
		font-family: arial; sans-serif;
		margin: 0px auto;
		margin-right: 10px;
	}
	.mainmenu li a{
	    color:black;
		text-decoration:none;
		padding: 15px;
	}
	#checkbox1,	.toggle{
		display: none;
	}

	@media screen and (max-width: 550px){
	    .menu-2 li{
			display: flex;
		    align-self: center;
			width: 95%;
			opacity: 0;
			visibility: hidden;
		}
		.toggle{
			clear: both;
			display: block;
			text-align: center;
			font-size: 14px;
			line-height: 40px;
			cursor: pointer;
			width: 100%;
			height: 40px;
			font-size: 18px;
			color: white;
			background: pink;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			transition: all .1s linear;
	    }
				
		.toggle:hover{
			background: #cecece;
		}
		#checkbox1:checked + label .demo li {
			opacity: 1;
			visibility: visible;
			transition: all .7s linear;
		}
		#checkbox1:checked + label .demo {
			height: 250px;
		}
		.menu{
			border-radius: 0px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			display: flex;
			flex-direction: column;
			justify-content: space-around;
			align-items: center;
			height: 0px;
			transition: height .3s linear;
		}	
		.menu li{
			display: flex;
		    align-self: center;
			width: 95%;
			opacity: 0;
			visibility: hidden;
		}
				
		.menu li a{
			width: 95%;
			text-align: center;
			align-self: center;
			align-content: center;
					
		}
	} 
	.line {
		width:88%;
		height: 3px;
		padding: 1px; 
        margin: auto;
	    background: black;
		}

	.blog{
	    width: 70px;
	    text-align: center;
		margin:0 auto;
		font-size: 20px;
	    font-family: arial; sans-serif;
		text-color: black;
		border-bottom: 3px solid lightgray;
		padding:3px;
	}
	.container{
	    display: flex;
		flex-wrap: wrap;
		justify-content: center;
			
	}
	img{
		width: 100%;
		
	}
	.item {
		width: 450px;
		color: gray;
		padding: 0px;
		margin: 10px;
		border: 1px solid lightgray;
		text-align: left;
	}
	
	span{
	    text- align:left;
		padding: 10px;
	    font-size: 20px;
		text-weight:bold;
	}
	span + p, p + p{
	    text-weight: regular;
        text- align:left;
		padding: 10px;
	}
	.item > i{
	    text- align:left;
		padding: 10px;
	    font-size: 15px;
		
	}
	
	.item > img{
	    width: 450px;
		height: 250px;
	}


	