@charset "UTF-8";

html,
body {
  background-color: black;
  color: aliceblue;
  font-family: "Georgia", sans-serif;
  font-size: large;
}

p,
h2,
h3 {
  text-align: center;
}

h4 {
  text-align: left;
}

.sidenav {
  background-color: black;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: 0.5s ease;
  width: 0;
  z-index: 1;
}

.sidenav a {
  color: #4e4e4e;
  display: block;
  font-size: 25px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: 0.3s ease;
}

.sidenav a:hover {
  color: aliceblue;
}

.sidenav .closebtn {
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.container {
  padding-top: 100%;
  position: absolute;
  width: 100%;
}

.frames-menu {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 60px;
  width: 100%;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background: #212121;
}

::-webkit-scrollbar-thumb {
  background-color: #121212;
  border-radius: 15px;
  border: 2px groove #121212;
}

.contFrame {
  margin-top: 45px;
}

.iMeta {
  clip: rect(28px,351px,74px,0px);
  overflow:hidden;
  position:fixed;
  width: 350px;
  margin-top: -31px;
}

.frame {
  background-color:rgb(32, 32, 32);
  border:solid 3vmin rgb(126, 125, 125);
  border-bottom-color:rgb(63, 63, 63);
  border-left-color:rgb(65, 65, 65);
  border-radius:2px;
  border-right-color:rgb(34, 34, 34);
  border-top-color:rgb(29, 29, 29);
  height: 571px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  scale: 1.25;
  width: 350px;
}