#root.dark-theme nav, #root.dark-theme .downbar {
background: linear-gradient(to right, #000000, #000000 );
}
a i{
color: #A020F0	;
}
#root.dark-theme {
background: #141414;
transition: background .5s;
}

header {
    background: #151515 !important;
}

#background {
    background: #181818 !important;    
}

.accordion{
width: 80%;
height: 60px;
margin: auto;
margin-top: 15px;
background-image: linear-gradient(to left, #7B68EE, #DA70D6 );
border-radius: 5px;
font-weight: 700;
border: 0;
text-align: center;
display: flex;
align-items: center;
font-size: 16px;
justify-content: center;
}
.panel{
width: 90%;
min-height: 60px;
margin: auto;
margin-top: 0;
text-align: center;
display: flex;
align-items: center;
}

iframe {
  height: 100vh !important;
}

.package{
    background-color: #ffffff0f !important;
}

.bm-menu{
    background: #2b2b2b !important;
}


header{
    background: transparent !important;
}