body {
    font-family: ms pgothic;
    font-size: 20px;
    color: rgb(96, 0, 128);
    background: linear-gradient(90deg,rgba(255, 84, 84, 1) 0%, rgba(255, 189, 82, 1) 20%, rgba(255, 253, 110, 1) 42%, rgba(129, 255, 115, 1) 66%, rgba(96, 187, 252, 1) 100%), url("New\ Project\(17\).png");
    background-size: auto, cover;
overflow:hidden;
  }
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    width: 1200px;
}
.tabs {
    height: 500px;
    position: relative;
    top: 100px;
    color: rgb(174, 243, 254);
}
.main {
    width: 700px;
    height: 500px;
    background-color: rgb(174, 243, 254);
    border-radius: 20px;
    Border: rgb(96, 0, 128) 5px solid;
    overflow: scroll;
}
button {
    border-radius: 20px 0px 0px 20px;
    border: 5px rgb(96, 0, 128) solid;
    font-size: 20px;
    padding: 10px;
    width: 120px;
    background-color: rgb(174, 243, 254);
  font-family: "Gorditas", serif;
  color: rgb(96, 0, 128);
  border-right: none;
}
.gorditas-regular {
  font-family: "Gorditas", serif;
  font-weight: 400;
  font-style: normal;
}
.gorditas-bold {
  font-family: "Gorditas", serif;
  font-weight: 700;
  font-style: normal;
}
h1 {
      font-family: "Gorditas", serif;
      position: absolute;
      font-size: 80px;
      left: 400px;
      top: 10px;
          background: linear-gradient(90deg,rgba(255, 84, 84, 1) 0%, rgba(255, 189, 82, 1) 20%, rgba(255, 253, 110, 1) 42%, rgba(129, 255, 115, 1) 66%, rgba(96, 187, 252, 1) 100%);
          -webkit-text-stroke: 5px rgb(96, 0, 128);
          paint-order: stroke fill;
        -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: updown infinite 3s linear;
}
a {
    color:rgb(96, 0, 128);
}
a:hover {
    font-weight: bold;
}
button:hover {
  background-color: rgb(96, 0, 128);
  font-weight: bold;
  color: rgb(174, 243, 254);
  transition: 0.5s;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.plural {
  position: absolute;
  top: 50px;
  left: -90px;
  z-index: -1;
}
.members {
  color:rgb(174, 243, 254);
  -webkit-text-stroke: rgb(96, 0, 128) 5px;
  paint-order: stroke fill;
  position: relative;
  bottom: 90px;
  left: 240px;
      font-family: "Gorditas", serif;
font-size: 30px;
}
table, th, td {
  border:rgb(96, 0, 128) 3px solid;
   border-collapse: collapse;
   padding: 10px;
   width: 600px;
}