body {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("https://github.com/RD-github31/Cool-Backgrounds/blob/main/RD_designs/website%20wallpaper2.svg?raw=true");
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  transition: 0.3s; 
  background-position: center center;
  overflow-x: hidden;
  }
      @font-face { font-family: Montserrat; src: url('Montserrat-Regular.ttf'); } 
      h1 {
         font-family: Montserrat;
         color:#ffffffc0;
      }
      p {
        font-family: Montserrat;
        color:#ffffffc0;
      }
      a {
        font-family: Montserrat;
        color:#ffffffc0;
      }
      h2 {
        font-family: Montserrat;
        color:#ffffffc0;
      }
      font {
         font-family: Montserrat;
         color:#ffffffc0;
      }
      footer {
         font-family: Montserrat;
         color:#ffffffc0;
      }
      small {
        font-family: Montserrat;
        color:#ffffffc0;
      }
      b {
        font-family: Montserrat;
        color:#ffffffc0;
      }
      

        .container {
      max-width: 800px;
      margin: 89px auto;
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(5px);
      border-radius: 30px;
      transition: 0.1s; 
      border: #ffffff30 1px outset;
            .center-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .center-image {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}
        .container1 {
      position: sticky;
      top: 5px;
      max-width: %;
      margin: 0px auto;
      padding: 1px;
      padding-bottom: 12px;
      border-radius: 15px;
      backdrop-filter: blur(5px);
      transition: 0.5s; 
      border: #ffffff30 1px outset;
            .center-container1 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .center-image {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}

    @import url(
'https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/* Side Navigation */

   
.sidenav {
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: 0;
  background-color: #111; 
  overflow-y: hidden; 
  overflow-x: hidden;
  padding-top: 60px; 
  transition: 0.3s; 
}

.menubtn {
  transition: 0.3s;
  opacity: 0.7;
  cursor: pointer;
}

.menubtn .menubtn:hover {
  transform: rotate(-5deg);
  scale: 1.250;
  opacity: 1;
}

.menubtn .menubtn:active {
  transform: rotate(5deg);
  scale: 0.9;
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffffc0;
  display: block;
  transition: 0.3s;
}

.sidenav p {
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #ffffffc0;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  transform: rotate(-5deg);
  scale: 1.250;
  border: #ffffff30 1px outset;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sidenav a:active {
  color: #f1f1f1;
  transform: rotate(5deg);
  scale: 0.9;
  border: #ffffff30 1px outset;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1);
}

.sidenav .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  transition: 0.3s;
  opacity: 0.7;
  cursor: pointer;
  float: right;
}

.sidenav .closebtn:hover {
  transform: rotate(-5deg);
  scale: 1.250;
  opacity: 1;
  background-color: rgb(255, 0, 0, .5);
}

.sidenav .closebtn:active {
  transform: rotate(5deg);
  scale: 0.75;
  opacity: 1;
  background-color: rgb(255, 0, 0, 1);
}

#main {
  transition: margin-left .5s;
  transition: margin-right .5s;
  transition: 0.5s; 
  padding: 20px;
}
#mainwithmenu {
  transition: margin-left .5s;
  transition: margin-right .5s;
  transition: 0.5s; 
  padding: 20px;

}

         .sidenav {
      margin: 89px auto;
      top: 28px; 
      left: 30px;
      bottom: 30px;
      background-color: rgba(0,0,0,0.3);
      backdrop-filter: blur(5px);
      border-radius: 30px;
      border: #ffffff30 0px outset;
            .center-container1 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .center-image {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}

iframe{
  border: #ffffff30 1px outset;
  border-radius: 15px;
}

image{
  border: #ffffff30 1px outset;
  border-radius: 15px;
}

img{
  border: #ffffff30 1px outset;
  border-radius: 15px;
}



/* Collapsible thingamajigs */
.collapsible {
  border-radius: 15px;
  backdrop-filter: blur(5px);
  background-color: rgba(0,0,0,0);
  color: #ffffffc0;
  border: #ffffff30 1px outset;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  outline: none;
  font-size: 15px;
  font-family: Montserrat;
  text-align: center;
}

.content {
  padding: 0 18px;
  border-radius: 15px;
  background-color: rgba(0,0,0,0.3);
  color: #ffffffc0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.keyboard {
  backdrop-filter: blur(5px);
  background-color: rgba(0,0,0,0.5);
  border: rgba(255,255,255,0.7) 1px outset;
  padding: 1px 7px;
  border-radius: 10px;
}

.dot_thingy {
   margin: 10px;
}
.empty_space {
  width: 100%;
  height: 15px;
}
.button {
    border-radius: 15px;
  backdrop-filter: blur(5px);
  background-color: rgba(0,0,0,0);
  color: #ffffffc0;
  border: #ffffff30 1px outset;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  outline: none;
  font-size: 15px;
  font-family: Montserrat;
  text-align: center;
}