
body{
    font-family: 'Rubik', sans-serif;
    background-color:#151515;
    font-size: 140%;
    color: white;
    background-size: 1900px;
    word-wrap: break-word;
}
#body-faq{
    text-align: center;
}
#body-faq a{
    text-decoration: none;
    color: rgb(100, 130, 130);
}
#body-faq a:hover{
    color: rgb(130, 130, 130);
}
.header{
    width: 100%;
    text-align: center;
    position: relative;
}
.logo-faq{
    transition: .5s;
}
.logo-faq:hover{
    transform: scale(1.1);
}
.logo{
    min-height: 100%;
    height: 160px;
    max-width: 100%;
    transition: .5s;
    flex-wrap: wrap;
    margin: 0 0 0 10px;
}
.logo:hover{
    transform: scale(1.1);
}
.buttons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-button{
    font-weight: bold;
    border: 2px solid black;
    left: 20px;
    top: 10px;
    border-radius: 50px;
    background-color: rgb(130, 130, 130);
    width: 90px;
    height: 50px;
    color: white;
    cursor: pointer;
    font-size: 110%;
    margin: 0 0 0 10px;
    border: 2px solid black;
    transition: .5s;
}
.nav-button{
    font-weight: bold;
    border: 2px solid black;
    left: 50px;
    top: 10px;
    border-radius: 50px;
    background-color: rgb(130, 130, 130);
    width: 90px;
    height: 50px;
    color: white;
    cursor: pointer;
    font-size: 110%;
    margin: 0 0 0 10px;
    border: 2px solid black;
    transition: .5s;

}
body {
  --sb-track-color: #000000;
  --sb-thumb-color: #895be8;
  --sb-size: 13px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 17px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 17px;
  border: 1px solid #232E33;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

}
#electric{
    width: 240px;
}
#return{
    left: 120px;
    top: 10px;
    width: 300px;
    transition: .5;
}
.header-button:hover{
    background-color: rgb(130, 130, 130);
    border: 2px solid rgb(130, 130, 130);
    color: black;
    transform: scale(1.1);
}
.header-button:active{
    background-color: rgb(130, 130, 130);
    color: black;
}
.header-button a{
    text-decoration: none;
    color: white;
}
.tabela-flex{
    display: flex;
    justify-content: center;
}
.tabela {
    font-weight: bold;
    margin-top: 25px;
    font-size: 100%;
    color: white;
    background-color: rgb(105, 105, 105);
    background-image: linear-gradient(10deg, rgb(105, 105, 105), rgb(105, 105, ));
    min-width: 30%;
    padding: 33px 0 0 30px;
    text-align: center;
    align-content: center;
    border-radius: 40px;
    box-shadow: 0 0 20px black;
}
select{
    width: auto;
    margin: 2px;
    border-radius: 30px;
    text-align: center;
    font-size: 80%;
    background-color: rgb(0, 0, 0);
    color: white;
    max-width: 90%;
    border: 1px solid black;
}
select:hover{
   background-color: rgb(134, 134, 134);
   cursor: pointer;
}
optgroup{
    background-color: rgb(130, 130, 130);
    color: black;
    font-weight: bold;
}
#suma{
    border: 2px solid black;
    margin: 10px 0 20px 0;
    padding: 15px;
    border-radius: 50px;
    background-color: rgb(130, 130, 130);
    font-size: large;
    color: white;
    margin-bottom: 5px;
    font-weight: bold;
    transition: .5s;
}
#suma:hover{
    cursor: pointer;
    color: black;
    background-color: rgb(130, 130, 130);
}
#body-faq p{
    text-align: left;
}

