body {
    background-color: rgb(33, 33, 33);
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background:#0000 ; 
  }
::-webkit-scrollbar-thumb {
    background:rgb(111, 111, 111);
    border-radius: 5px;
}
.topnav {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav .icon {
    display: none;
    position: relative;
}
@media screen and (max-width: 600px) {
    .topnav a{display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      position: relative;
      right: 0 !important;
    }
} 
@media screen and (max-width: 600px) {
    .topnav.responsive {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    }
    .topnav.responsive .icon{
      position: absolute;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .title.responsive{
        top: 96px;
    }
    #navabout {
        float: none;
    }
}
.topnav{
    animation: top 5s linear;
    animation-iteration-count: infinite;
    z-index: 9999;
}
.pad {
    padding-top: 25px;
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 10%;
    text-align: center;
}
.pad button  {
    padding: 40px;
    margin: 0;
    border-style: solid;
    border-width: medium;
}
@media only screen and (max-width: 350px) {
    .pad button {
        padding: 20px;
    }
} 
.white {
    background-color: black;
    border-color: rgb(255, 255, 255);
    opacity: 1;
    box-shadow: rgb(255, 255, 255) 0px 0px 24.103px;
}
.lightgrey {
    background-color: black;
    border-color: rgb(73, 73, 73);
    opacity: 1;
    box-shadow: rgb(73, 73, 73) 0px 0px 24.103px;
}
.grey {
    background-color: black;
    border-color: rgb(26, 26, 26);
}
.black {
    background-color: black;
    border-color: rgb(0, 0, 0);
    opacity: 1;
    box-shadow: rgb(0, 0, 0) 0px 0px 24.103px;
}
.red {
    background-color: black;
    border-color: rgb(255, 0, 0);
    opacity: 1;
    box-shadow: rgb(255, 0, 0) 0px 0px 24.103px;
}
.orange {
    background-color: black;
    border-color: orange;
    opacity: 1;
    box-shadow: orange 0px 0px 24.103px;
}
.yellow {
    background-color: black;
    border-color: yellow;
    opacity: 1;
    box-shadow: yellow 0px 0px 24.103px;
}
.greenyellow {
    background-color: black;
    border-color: greenyellow;
    opacity: 1;
    box-shadow: greenyellow 0px 0px 24.103px;
}
.green {
    background-color: black;
    border-color: green;
    opacity: 1;
    box-shadow: green 0px 0px 24.103px;
}
.darkcyan {
    background-color: black;
    border-color: darkcyan;
    opacity: 1;
    box-shadow: darkcyan 0px 0px 24.103px;
}
.lightblue {
    background-color: black;
    border-color: aqua;
    opacity: 1;
    box-shadow: aqua 0px 0px 24.103px;
}
.blue {
    background-color: black;
    border-color: blue;
    opacity: 1;
    box-shadow: blue 0px 0px 24.103px;
}
.purple {
    background-color: black;
    border-color: purple;
    opacity: 1;
    box-shadow: purple 0px 0px 24.103px;
}
.picker {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
button {
    background-color: rgb(66, 66, 66);
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    border: none;
}