@charset "UTF-8"    
.menu_items {
    font-family: Arial, sans-serif;
		font-size 35px;
	}
.menu_items li {
        display: inline-block;
         padding: 12px;
        }
.menu_items li a {
            text-decoration: none;
}
    h1 {color: #be1e2d;}
    p1 {color: #41393d;}
    h2 {color: #41393d;}
    p2 {color: #41393d;}
.menu_items { 
	display: inline-block; 
	text-align: center; 
	padding: 8px; 
	text-decoration:none; 
	align-content: center;
}
.menu_items {
	overflow: hidden;
	background-color: #41393d;
}
.menu_items a:hover { 
	background-color: white
}
.column {
    float: left;
    width: 30.99%;
    padding: 15px;
    height: 500px;
	align-content: center;
	text-align: center;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.dropbtn {
    background-color: #41393d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
	text-align: center;
	align-content: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: #41393d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #be1e2d;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #41393d;}
.photo{
	display: block;      
	margin: 0 auto;}
.eggroll {
	align-content: center;
	text-align: center;
}
.test {
	text-align: center;
	font-size: 90px;
}
.wrapper{
        margin: 0 auto;
        text-align:center;
        align-content: center;

}
.write {
		font-size: 20px;
}
.header {
		font-size: 30px;
}
