html{
    cursor: none;
    font-family: 'Source Code Pro', monospace;
    background-color: rgb(255, 211, 146);
}

#index{
    overflow: hidden;
}

.page {
    height: 100vh;
    scroll-snap-align: center;
}

#container{
    height: 100vh;
    width: max-content;
    min-height: auto;
    min-width: 100%;
    overflow: auto;
    overflow-x: hidden;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
}

#rcorners1 {
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 30px;
    background-color:chocolate ;
    padding: 0 30px 30px 0;
    width: 600px;
    height: 150px;
}

#bolded{
    font-size:10lvw;
    font-weight:9000;
}
#bolded-1{
    font-size:10lvw;
    font-weight:9000;
}
#bolded-2{
    font-size:10lvw;
    font-weight:9000;
}
#bolded-3{
    font-size:10lvw;
    font-weight:9000;
}
#bolded-4{
    font-size:10lvw;
    font-weight:9000;
}
#bolded-5{
    font-size:10lvw;
    font-weight:9000;
}
h3{
    padding-top: 15%;
    text-align: center;
}

a{
    color: orange;
    font-size: 16px;
    text-decoration: none;
    top: 50vh;
    text-align: center;
}

#backButton {
    color: orange;
    font-size: 16px;
    text-decoration: none;
    padding-top: 2ch;
    padding-left: 1ch;
}

#abootBG{
    background-image: url('https://i.pinimg.com/originals/db/9f/1c/db9f1c2c296ab041cbc7cbe3a0f6f3e8.gif');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#stripe-7 {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    border-radius: 500px;
    background: repeating-radial-gradient(
        circle,
        #dc4f03,
        #dc4f03,
        #9c3802 10px,
        #9c3802 20px
        
    );
    animation: move-me 3s linear infinite;
}

@keyframes move-me {
    0% {
        transform:rotatez(45deg);
    }
    100% {
        transform:rotatez(180deg);
    }
} 

@keyframes move-it {
    0% {
      background-position: initial;
    }
    100% {
      background-position: 100px 0px;
    }
}  

#aboutMe{
    width: 1000px;
    margin: 0 auto;
    padding: 0 30px 30px 0;
    padding-bottom: 100%;
    background-color:chocolate ;
    background: repeating-linear-gradient(
        45deg,
        chocolate,
        chocolate 5%,
        rgb(234, 109, 19) 5%,
        rgb(234, 109, 19) 10%
    );
    background-size: 80px 80px;
    animation: move-it 1s linear infinite;
}

a:hover{
    cursor: none;
    color:  saddlebrown;
}

h1{
    padding: 10px 0 0 0;
    color: rgb(165, 69, 0);
    font-size: 36px;
    text-align: center;
}

h2{
    color: orange;
    font-size: 16px;
    text-align: center;
}

p{
    color: orange;
    text-align: center;
}

.circles{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 60s linear infinite;
    bottom:0;
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 24s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 36s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 0s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 0s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 22s;
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 2;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.Cursor {
    pointer-events: none;
    position: fixed;
    display: block;
    border-radius: 0;
    transform-origin: center center;
    top: 0;
    left: 0;
    z-index: 1000;
    filter: url("#goo");
  }
  .Cursor span {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-color: #c23f06;
    transform-origin: center center;
    transform: translate(-50%, -50%);
  }




.table-container {
    width: 100%;
    overflow: scroll;
}

table {
    width: 100%;
}

.table-container {
    margin: auto;
    max-width: 1200px;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

  thead tr {
    border-bottom: 1px solid #d57c2f;
    border-top: 1px solid #d57c2f;
    height: 1px;
}

th {
    font-weight: bold;
    height: inherit;
    padding: 0;
}

th:not(:first-of-type) {
    border-left: 1px solid #d57c2f;
}

th button {

    background-color: #ec8950;
    border: none;
    cursor: pointer;
    display: block;
    font: inherit;
    height: 100%;
    margin: 0;
    min-width: max-content;
    padding: 0.5rem 1rem;
    position: relative;
    text-align: left;
    width: 100%;

}

tbody tr {
    border-bottom: 1px solid #d57c2f;
}

td {
    padding: 0.5rem 1rem;
    text-align: left;
}