* { padding: 0%; margin: 0%; font-family: 'Montserrat', sans-serif; -webkit-tap-highlight-color: transparent; } body { background-color: #001A35; } .container { display: flex; flex-direction: column; } .title { width: 100vw; height: 10vh; text-align: center; color: #FECF4D; font-size: 40px; margin-top: 10px; } .header { position: fixed; width: 100vw; height: 50px; z-index: 0; display: flex; flex-direction: row; } .menu { position: absolute; font-family: 'Open Sans', sans-serif; right: 0; } .sidebar { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: black; overflow-x: hidden; transition: 0.7s; padding-top: 40px; } .sidebar a:hover { color: #FECF4D; } .sidebar h1 { color: #FECF4D; font-size: 25px; padding-bottom: 5px; padding-left: 32px; } .sidebar a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.7s; } .sidebar .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .openbtn { display: block; font-size: 25px; font-weight: 300; cursor: pointer; position: relative; background-color: #001A35; color: #FECF4D; padding: 20px 15px; border: none; opacity: 1; transition: all 1s ease; } .map { width: 100vw; height: 80vh; z-index: -1; position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); } .frame { width: 100vw; height: 100%; border: none; }