
body{
    font-family: 'Rubik', sans-serif;
    background-color: rgb(130, 130, 130);
    font-size: 120%;
    color: yellow;
    background-image: url(https://projectrpg.pl/uploads/monthly_2024_01/image.png.27706b252d9da546d6354d836686999a.png);
    background-size: cover;
    word-wrap: break-word;
}
#body-faq{
    text-align: center;
}
#body-faq a{
    text-decoration: none;
    color: rgb(130, 130, 130);
}
#body-faq a:hover{
    color: rgb(130, 130, 130);
}
.header{
    background-color: rgb(130, 130, 130);
    border-radius: 10px 10px 50px 50px;
    box-shadow: 5px 10px 20px black;
    width: 100%;
    text-align: center;
    position: relative;
    background-image: linear-gradient(rgb(90, 90, 90), rgb(90, 90, 90) );
}
.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;
}
.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;
}
#electric{
    width: 240px;
}
#return{
    left: 120px;
    top: 10px;
    width: 220px;
    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: 15px;
    font-size: 90%;
    color: white;
    background-color: rgb(130, 130, 130);
    background-image: linear-gradient(10deg, rgb(130, 130, 130), rgb(130, 130, 130));
    min-width: 30%;
    padding: 20px 0 0 20px;
    text-align: center;
    align-content: center;
    border-radius: 50px;
    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;
}
