#main3 {
            width: 1200px;
            height: 905px;
            background-color: rgb(138, 140, 143);
            margin: auto;
            position: relative;border-radius: 10px;
        }
        #logo {
	width: 300px;
	height: 105px;
	background-image: url(images/town%20logo%20brwn.png);
	position: absolute;
	left: 840px;
	top: 1px;
            
        }
        #space1m {
            width: 1150px;
            height: 110px;
            background-color: rgb(67, 54, 60);
            position: absolute;border-radius:5px;
            left: 25px;
            top: 20px
        }
        #pic3 { width: 1150px;
            height: 800px;
            background-image: url(images/food-632215_1920.jpg);
            position: absolute;left: 25px;top: 20px;
            
        }
        #space2m {
            width: 1150px;
            height: 150px;
            background-color: rgb(240,78,35);
            position: absolute;
            left: 25px;
            top: 130px
        }
        #space3m {
            width: 1150px;
            height: 110px;
            background-color: rgb(67, 54, 60);
            position: absolute;border-radius: 5px;
            left: 25px;
            top: 770px
        }
        ul#menu {
            margin: auto;
            position: absolute;
            left: 450px;
            top: 400px;
            font-size: 40px;
        }
        ul#menu li{display: grid;}
ul#menu li a{text-decoration: none;color: white;}
ul#menu li a:hover{color: orange;}
        h1 {
            font-size: 50px;
            color: white;
            margin-left: auto;
        }
        
        p {
	font-style:italic;font-family: athelas;
	font-size: 25px;
	margin-left: auto;
	margin-right: 2px;
        }
