body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0;
}
.light-mode {
    background-color: white;
    color: black;
}
.dark-mode {
    background-color: #121212;
    color: white;
}
#widget-container {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}   
.collapsibleone{
    float: left;
    background-color: transparent;
    border: 0px;
    font-size: 40px;
    max-height: 0;
    transition: max-height 0.5s;
}
.collapsibleone:hover {
    Text-decoration: none;
}
.collapsibleone.active {
    transition: max-height 0.5s;
    background-color: rgb(70, 70, 70);
    color: rgb(255, 255, 255)
}
.collapsibleone.inactive {
    transition: max-height 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.dark-mode .collapsibleone.inactive {
    color: rgb(255, 255, 255)
}
.light-mode .collapsibleone.inactive {
    transition: 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.Textone{
    overflow: hidden;
    max-height: 0;
    Transition: max-height 0.5s;
    padding: 18px;
    background-color: rgb(70, 70, 70);
}
.headerbuttons{
    padding: 5px;
    background-color: rgb(70, 70, 70);
    padding: 13px;
}
.headerbuttondesign{
    background-color: rgb(70, 70, 70);
    border: 0px;
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
    color: rgb(255, 255, 255)
}
.foot {
width: 100%;
display: block;
background-color: rgb(50, 50, 50);
padding: 0;
position:sticky;
}
.footinfo {
    display: flex;
}
.footbox{
    padding:0px;
    background-color: transparent;
    display: block;
    margin: 0% 0%;
    position: inherit;
    width: 50%;
}
.footbox h3 {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: transparent;
    font-family: 'Source Sans Pro', sans-serif;
}
.footbox a:link {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
}
.footbox a:visited {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.footbox a:hover{
    text-decoration: none;
    color: rgb(255, 255, 150);
}
.footbox a:active {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.footwarnbox {
    display: block;
    background-color: transparent;
    padding: 20px;
}
.footwarning {
    background-color: transparent;
    display: block;
    color:rgb(230, 0, 0);
    text-align: center;
}
.warntitle{
    background-color: transparent;
    color: inherit;
    text-align: inherit;
}
.warntitle h2 {
    text-align: center;
    margin: 0;
    padding: 0px;
}
.warntext{
    display: block;
    padding: 5px 40px;
}
.warntext a {
    text-decoration: underline;
    color:rgb(230, 0, 0)
}
.warntext a:hover {
    color: rgb(255, 150, 100)
}
.warntext p {
    padding: 0px;
    margin: 0px;
}