body{
    padding: 0;
    margin: 0;
    background-color: #1F1F1F;
    font-family: Arial;
}
.dropdown {
    float: left;
    background-color: #f5f3e6;
    height: 100%;
    width: 100px;
    box-shadow: 5px 0px 5px rgb(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
  }
  .dropdown-title-container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dropdown-title{
    font-family: Arial;
    font-weight: bolder;
    font-size: 1.75em;
    line-height: 100%;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    top: 45px;
    border: solid black 3px;
    box-sizing: border-box;
    background-color: #f5f3e6;
    padding-right: 15px;
    box-shadow: 0px 10px 15px black;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0.8em;
    width: 290px;
    white-space: nowrap;
    overflow: auto;
  } 
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdowna{
    color: black;
    font-size: 1.75em;
    margin-left: 2vw;
    text-decoration: none;
    margin-left: 5px;
  }
a:hover{
    color: rgb(0, 132, 255);
}
.div{
    background-color: #f5f3e6;
    border: 3px solid black;
    box-shadow: 0vw 0vw 1vw black;
    margin: 1.5vw;
    border-radius: 0.5vw;
    padding: 0.5vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    margin-left: 5vw;
    margin-right: 5vw;
}
#trocarvariaveis{
    margin-top: 75px;
}
footer{
    margin-left: 2px;
    margin-top: 3vw;
    font-size: 0.9em;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    background-color: #f0db4f;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.65);
}
.headerdiv{
    height: 100%;
    width: 100%;
}
.backtotop{
    font-weight: bolder;
    font-size: 0.75em;
    margin-right: 0;
    height: 100%;
    width: 160px;
    float: right;
    display: flex;
    align-items: center;
}
.backtotoptext{
    margin: auto;
    text-decoration: none;
    color: black;
    font-size: 1.55em;
    margin-right: 12px;
}
.material-symbols-outlined{
    text-decoration: none;
    margin-right: -30px;
    margin-bottom: 3px;
    color: black;
}
.backtotop:hover .backtotoptext{
    color: rgb(0, 132, 255);
}
.backtotop:hover .material-symbols-outlined{
    color: rgb(0, 132, 255);
}
.githubcontainer{
    width: 200px;
    height: 100%;
    float: right;
    margin-right: 40px;
    display: flex;
    align-items: center;
}
.githublink{
    color: black;
    margin: auto;
    font-size: 1.35em;
    text-decoration: none;
}
.githublink:hover{
    text-decoration: underline;
}
.searchbarcontainer{
    width: 300px;
    height: 100%;
    margin-left: 125px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.searchbarinput{
    height: 32px;
    width: 240px;
    font-size: 1.25em;
    vertical-align: middle;
    border: none;
    border: solid 1px black;
    background-color: #f5f3e6;
    background-image: url('searchicon.svg');
    background-position: center left;
    background-size: 1.25em;
    background-repeat: no-repeat;
    padding-left: 27px;
    border-radius: 5px;
}
.searchbarinput:focus{
    outline: none;
}
.serchbarbutton{
    height: 36px;
    width: 36px;
    vertical-align: middle;
    background-color: #f5f3e6;
    border: none;
    border: solid 1px black;
    border-left: none;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 600,
    'GRAD' 0,
    'opsz' 48
  }
  .searchbarbuttonicon{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    justify-self:center;
  }
  .searchbardropdown{
    display: none;
  }
  .searchbarinput:focus ~ .searchbardropdown{
    display: block;
    position: absolute;
    top: 40px;
    left: 140px;
    width: 271px;
    background-color: #f5f3e6;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.75);
    border: solid black 1px;
    box-sizing: border-box;
    font-size: 0.75em;
    white-space: nowrap;
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
  }
  .searchbardropdown:hover{
    display: block;
    position: absolute;
    top: 40px;
    left: 140px;
    width: 271px;
    background-color: #f5f3e6;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.75);
    border: solid black 1px;
    box-sizing: border-box;
    font-size: 0.75em;
    white-space: nowrap;
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
  }
  #searchbarnoresult{
    display: none;
  }
  .noResults #searchbarnoresult {
    display: block;
  }
  #searchbarnoresult:hover{
    color: black;
  }
  ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .githublink2{
    color: black;
    margin: auto;
    font-size: 1.35em;
    text-decoration: none;
    display: none;
}
.githublink2:hover{
    text-decoration: underline;
}
  @media screen and (max-width: 824px) {
    .searchbarcontainer {
      display: none;
    }
    .githubcontainer{
      margin: auto;
    }
  }
  @media screen and (max-width: 490px){
    .githublink{
      display: none;
    }
    .githublink2{
      display: block;
    }
    #trocarvariaveis{
      margin-top: 65px;
  }
  }
  @media screen and (max-width: 420px){
    .githublink2{
      width: 100%;
      text-align: end;
      margin-right: 20px;
      font-size: 1.25em;
    }
  }
  @media screen and (max-width: 380px){
    .githublink2{
      margin-right: 10px;
      font-size: 1em;
      font-weight: bold;
    }
    #trocarvariaveis{
      margin-top: 55px;
  }
  }
  @media screen and (max-width: 360px){
    .githublink2{
      display: none;
    }
  }