body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(rgb(15, 0, 61), #352475de);
}

a[href] {
    font-size: 20px;
    color: #f6b3e5;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-top: 20px;
  }

  .grid a {
    text-decoration: underline;
    color: #f6b3e5;
    text-align: center;
    display: block;
  }

  .grid a.green {
    color: #f6b3e5;
  }

  footer {
    margin-top: 40px;
    text-align: center;
  }

h1 {
    margin-top: 100px;
    font-size: 12em;
    color: #7232f2

;
    padding: 0px;
    margin: -30px;
}

h2 {
    color: #c876ff;
}

h3 {
    font-family:Montserrat-SB;
    font-size:x-small;
    color:#c876ff
}

.center {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #2b1d3e;
}

*::-webkit-scrollbar-thumb {
  background-color: #523c7c;
  border-radius: 2px;
  border: 3px solid #4e4072;
}
