
marquee {
    background-image: linear-gradient(mintcream, lightblue, skyblue);
    height: 3%;
    font-size: 1.5rem;
    color: #17262B;
}

.main {
  background-color: rgba(0,0,0,0.8); 
  border: 10px solid rgba(0,0,0,0.5); 
  background-clip: padding-box;
  margin: auto;
}

.left {
  float:left; 
}
      
.right {
  float: right; 
}

@media screen and (max-width: 800px) {
  .left, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .accordion {
    width: 70%;
    margin: auto;
  }
}

.one {
  text-align: center
  }

.tab {
  overflow: hidden;
}
.tab .active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent, .tabcontent2 {
  display: none;
  padding: 6px;
  border-top: none;
  overflow: auto;
  height: inherit
}

.dropdown {
  float: left;
  overflow: hidden;
  border-radius: 5px
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #17262B;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 4px;
  border-radius: 10%;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: Arial;
  margin: auto;
}

/* Links inside the navbar */
.navbar a {
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #375159;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-image: linear-gradient(mintcream, lightblue, skyblue);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10%;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: mintcream;
  border-radius: 10%;
}

.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 10%;
}


.userbox img {
  width: 210px
}

.waw img {
  width: 100px
}

.waa img {
  width: 150px
}

/* accordion stuff */
.accordion {
  font-size:20px;
    background-image: linear-gradient(cornsilk, gold, darkorange);
    color: #17262B;
  cursor: pointer;
  width: 400px;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
    display: inline-block;
    margin-left: 20px;
    border-radius: 50px;


}