<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
font-family: 'Veranda', sans-serif;
}
span {
font-size: 22px;
cursor: pointer
}
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #001536;
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 30%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 10px;
text-decoration: none;
font-size: 32px;
color: #7792a3;
display: block;