*{
  outline: none;
  list-style: none;
}
ul, li, p{
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {height: -webkit-fill-available;}

/* SIDERBAR */

.topo{margin-top: 15px;}
.logo{
  width: 40px;  
  margin: 0 10px 0 15px;
}
.namelogo{color: #03071e; }
.iconsaw{
  padding-top: 4px;
  margin-right: 6px;
}
.icontitle{
  margin-right: 6px;
}
.fa-html5{color: #e34c26;}
.fa-css3-alt{color:#2965f1 ;}
.fa-js-square{color: #f0db4f;}
.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}
.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #ccc;
}
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}
.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #ccc;
}
.btn:focus{
  box-shadow: none;
}
.fa-bootstrap {color: #8338ec;}
.fa-github{color: #000;}
.fa-user-astronaut{color: #2b2d42;}
.fw-semibold { font-weight: 600; }
.siderbarback{
  height: 100vh;
  background: #eee;
  overflow: auto;
}
.duv{
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    font-weight: 600;
}

/* MAIN */
#main {
  text-align: center;
  margin-top: 50px;
}
.inside{
  max-width: 950px;
  margin: 0 auto;
  text-align: start;
}
.content-title{text-align: center;}
.content-title-two{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0077b6;
}
.content-tittle-three{
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #ff0054;
  text-align: center;
  padding: 20px 0;
}
.content-fill{
  font-size: 1rem;
  color: #212529;
  font-family: 'Rubik', sans-serif;
}
.title-content-two {
  font-size: 23px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #212529;
  padding-bottom: 12px;
}
.fa-window-minimize{
  font-size: 20px;
  color: #e63946;
}
.fa-ghost{
  margin-right: 5px;
  color: #3a0ca3;
}
span{color: #ced4da;}
code{
  color: #343a40;
  background: #ddd;
  padding: 4px;
  border-radius: 4px;
}
.list{margin-bottom: 28px;}
.list-image{text-align: center;}
.list-back{
  background: #eee;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.image{border-radius: 4px;}
.mdn{
  width: 22%;
  margin-top: 10px;
}
.jedi{
  text-align: center;
  font-size: 20px;
}
.blackground{
  background: #212529;
  max-height: 800px;
  padding: 14px 0;
  color: #dee2e6;
  text-align: center;
  font-family: monospace;
  border-radius: 6px;
  max-width: 800px;
  margin: 0 auto;
}
.side{
  text-align: start;
  padding-left: 30px;
}
.spaceone{padding-left: 20px;}
.spacetwo{padding-left: 40px;}
.spacethree{padding-left: 60px;}
.spacefour{padding-left: 80px;}
.spacefive{padding-left: 100px;}
.imgweb{text-align: center;}
.box{
  width: 600px;
  height: auto;
}