html{text-align:center}
style456{font-family:'Raleway', sans-serif;color:black;font-size:18px}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:white;
    overflow-x: hidden;
    transition: 0.8s; opacity:1;
    
box-shadow: 10px 2px 15px -8px rgba(0,0,0,0.5);
}

.overlay-content {
    position: relative;
    top:8%;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.overlay a {
    text-decoration: none;
    color: #1C170F;
    display: block;
    transition: 0.5s;
background-color:#8E734E;
font-size: 17px;padding: 11px 8px 11px 5%;border-bottom:1px solid #A98A5F
}

.overlay a:hover, .overlay a:focus {
    color: #A88E69;background-color: #8B714F;
}

.overlay .closebtn {
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
background:none;
border:none
}

