body {
    background-color: rgb(33, 33, 33);
    font-family: Verdana, sans-serif;
    overflow-x: hidden;
}
::-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: rgba(0, 0, 0, 0);
    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;
    right: 0 !important;
}
@media screen and (max-width: 600px) {
    .topnav a{display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
} 
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #333 !important;
        }
    .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{
    z-index: 9999;
}
#top {
    transition: background-color 0.3s ease;
}
.title{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background-image: url("/background3.png");
}
.pad {
    padding-top:30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 678px;
    padding-bottom: 50px;
    left: 0;
}
.pad button  {
    padding: 40px;
    margin: 0;
    border-style: solid;
    border-width: medium;
}
@media only screen and (max-width: 350px) {
    .pad button {
        padding: 20px;
    }
    .pad {
        top: 750px;
    }
} 
button {
    background-color: rgb(0,195,255);
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 12px;
    border: none;
  }
.introduce {
    position: absolute;
    left: 0;
    top: 300px;
    color: #ffffff; 
    text-align: center;
    width: 100%;
}
.introduce h2{
    padding-top: 30px;
    font-size: 30px;
}
.introduce p {
    font-size: 15px;
}
.introduce h3{
    padding-top: 60px;
    font-size: 30px;
}
.introduce2 {
    position: absolute;
    left: 0;
    top: 1050px;
    color: #ffffff; 
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}
.introduce2 h2{
    padding-top: 30px;
    font-size: 30px;
}
.introduce2 p {
    font-size: 15px;
}
.white {
    background-color: black;
    border-color: rgb(255, 255, 255);
    opacity: 1;
    box-shadow: rgb(255, 255, 255) 0px 0px 24.103px;
    z-index: 8000;
}
.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);
    z-index: 8000;
}
.black {
    background-color: black;
    border-color: rgb(0, 0, 0);
    opacity: 1;
    box-shadow: rgb(0, 0, 0) 0px 0px 24.103px;
    z-index: 8000;
}
.red {
    background-color: black;
    border-color: rgb(255, 0, 0);
    opacity: 1;
    box-shadow: rgb(255, 0, 0) 0px 0px 24.103px;
    z-index: 8000;
}
.orange {
    background-color: black;
    border-color: orange;
    opacity: 1;
    box-shadow: orange 0px 0px 24.103px;
    z-index: 8000;
}
.yellow {
    background-color: black;
    border-color: yellow;
    opacity: 1;
    box-shadow: yellow 0px 0px 24.103px;
    z-index: 8000;
}
.greenyellow {
    background-color: black;
    border-color: greenyellow;
    opacity: 1;
    box-shadow: greenyellow 0px 0px 24.103px;
    z-index: 8000;
}
.green {
    background-color: black;
    border-color: green;
    opacity: 1;
    box-shadow: green 0px 0px 24.103px;
    z-index: 8000;
}
.darkcyan {
    background-color: black;
    border-color: darkcyan;
    opacity: 1;
    box-shadow: darkcyan 0px 0px 24.103px;
    z-index: 8000;
}
.lightblue {
    background-color: black;
    border-color: aqua;
    opacity: 1;
    box-shadow: aqua 0px 0px 24.103px;
    z-index: 8000;
}
.blue {
    background-color: black;
    border-color: blue;
    opacity: 1;
    box-shadow: blue 0px 0px 24.103px;
    z-index: 8000;
}
.purple {
    background-color: black;
    border-color: purple;
    opacity: 1;
    box-shadow: purple 0px 0px 24.103px;
    z-index: 8000;
}