body {
    background-color: hsl(0, 0%, 7%);
    overflow: hidden;
    user-select: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.Dialation-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
}

.show-Dialation-container {
    visibility: visible;
}

.bubbles {
    position: relative;
    display: flex;
}

.bubbles span {
    position: relative;
    width: 30px;
    height: 30px;
    background: rgb(0, 169, 0);
    margin: 0 4px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 169, 0, 0.464),
    0 0 50px rgb(13, 188, 13),
    0 0 100px rgb(0, 255, 0);
    animation: animate 15s linear infinite;
    animation-duration: calc(125s / var(--i));
}

.bubbles span:nth-child(even) {
    background: red;
    box-shadow: 0 0 0 10px rgb(169, 0, 0),
    0 0 50px rgb(188, 36, 13),
    0 0 100px rgb(255, 0, 0);
}

@keyframes animate {
    0% {
        transform: translateY(100vh) scale(0);
    }
    100% {
        transform: translateY(-10vh) scale(1); 
    }
}

a {
    text-decoration: none;
    color: black;
}

#nav-right {
    border-left: 2px solid rgb(88, 72, 72);
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 750px;
}

#Matter {
    font-size: 15px;
    color: white;
    ;
    position: absolute;
    padding-top: 8px;
    padding-right: 8px;
    top: 0;
    right: 0;
}

#MatterPerSec {
    font-size: 12px;
    color: white;
    ;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    padding-right: 8px;
}

.Matter-hardcap1 {
    font-size: 20px;
    color: rgb(114, 2, 2);
    ;
    position: absolute;
    bottom: 0;
    margin-left: 500px;
    margin-bottom: 50px;
    visibility: hidden;
}

.show-Matter-hardcap1 {
    visibility: visible;
}

#Souls {
    font-size: 14px;
    color: white;
    ;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 60px;
    padding-right: 50px;
}

#Souls-Gain {
    font-size: 12px;
    color: white;
    ;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 80px;
    padding-right: 50px;
}

#Dark-matter-gain {
    font-size: 12px;
    color: white;
    ;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 140px;
    padding-right: 50px;
}

#Souls-info {
    border: 1px solid white;
    background-color: black;
    width: 250px;
    height: 80px;
    padding-top: 10px;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
    margin-top: 40px;
    ;
    visibility: hidden;
}

#SacrificePrestige:hover #Souls-info{
    visibility: visible;
}

#Rebirth-info {
    border: 1px solid white;
    background-color: black;
    width: 300px;
    height: 80px;
    padding-top: 10px;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
    margin-top: 40px;
    visibility: hidden;
}


#Rebirth:hover #Rebirth-info{
    visibility: visible;
}

#Dark-matter-currency {
    font-size: 14px;
    color: white;
    ;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 120px;
    padding-right: 50px;
}

#Achievements-button[role="tab"] {
    width: 170px;
    height: 35px;
    background-color: rgba(67, 64, 64, 0.625);
    border-radius: 10px;
    font-size: 17px;
    color: white;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    position: absolute;
    margin-top: 117px;
    top: 0;
    left: 0;
    cursor: pointer;
}

#achievements-button-img {
    width: 75px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
}

.Achievements-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

@keyframes fade-Achievements {
    0% {
        width: 0;
        height: 54px;
    }

    100% {
        width: 8px;
        height: 54px;
    }
}

.show-Achievements-styles {
    animation: fade-Achievements 0.1s;
    visibility: visible;
    animation-timing-function: linear;
}

#Achievements-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}

.Achievements {
    background-color: white;
    border-radius: 6px;
    width: 900px;
    height: 400px;
    font-size: 20px;
    color: black;
    ;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 300px;
    margin-top: 160px;
    visibility: hidden;
}

.open-Achievements {
    visibility: visible;
}

.Achievement1 {
    background-color: grey;
    color: black;
    ;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 2px solid black;
    width: 70px;
    height: 70px;
}

.complete-Achievement {
    background-color: rgb(0, 255, 0);
}

.Achievement2 {
    background-color: grey;
    color: black;
    ;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 2px solid black;
    width: 70px;
    height: 70px;
}

#achievement-req1 {
    color: black;
    font-size: 11px;
    text-align: center;
    position: absolute;
}

#achievement-req2 {
    color: black;
    font-size: 11px;
    text-align: center;
    position: absolute;
}

#Main-button[role="tab"] {
    width: 170px;
    height: 35px;
    font-size: 17px;
    padding-top: 20px;
    border-radius: 10px;
    background-color: rgba(67, 64, 64, 0.625);
    color: white;
    text-align: left;
    padding-left: 30px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#matter-button-img {
    width: 75px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
}

.Main-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

.show-Main-styles {
    visibility: visible;
    animation: fade-in 0.1s;
    animation-timing-function: linear;
}

@keyframes fade-in {
    0% {
        width: 0;
        height: 54px;
    }

    100% {
        width: 8px;
        height: 54px;
    }
}

#Main-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}

.Main {
    visibility: hidden;
}

.open-Main {
    visibility: visible;
}

#Matter-button {
    border: 2px solid rgb(110, 104, 104);
    background-color: black;
    width: 150px;
    height: 30px;
    font-size: 16px;
    color: white;
    text-align: center;
    ;
    padding-top: 10px;
    position: absolute;
    top: 0;
    margin-top: 50px;
    margin-left: 250px;
    cursor: pointer;
}

#Matter-button:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Matter-generator {
    border: 2px solid white;
    background-color: black;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 125px;
    margin-left: 400px;
}
#Matter-generator-Icon {
    width: 60px;
    height: 57px;
    border: 2px solid white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 125px;
    margin-left: 300px;
}

#Matter-generatorImg {
    width: 59px;
    height: 56px;
}

#Matter-generator-cost {
    border: 2px solid white;
    background-color: black;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    margin-top: 125px;
    margin-left: 675px;
    cursor: pointer;
}

#Matter-generator-cost:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Matter-boost {
    border: 2px solid white;
    background-color: black;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 200px;
    margin-left: 400px;
}

#Matter-boost-cost {
    border: 2px solid white;
    background-color: black;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    margin-top: 200px;
    margin-left: 675px;
    cursor: pointer;
}

#Matter-boost-cost:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Matter-extent {
    border: 2px solid white;
    background-color: black;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 275px;
    margin-left: 400px;   
}

#Matter-extent-cost {
    border: 2px solid white;
    background-color: black;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    margin-top: 275px;
    margin-left: 675px;
    cursor: pointer;
}

#Matter-extent-cost:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Tickspeed {
    border: 2px solid white;
    background-color: black;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 350px;
    margin-left: 400px; 
    visibility: hidden;  
}

.show-Tickspeed {
    visibility: visible;
}

.Tickspeed-cost {
    border: 2px solid white;
    background-color: black;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    margin-top: 350px;
    margin-left: 675px;
    cursor: pointer;
    visibility: hidden;
}

.Tickspeed-cost:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.show-Tickspeed-cost {
    visibility: visible;
}

#Universal-Collapse {
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.292);
    width: 500px;
    height: 70px;
    font-size: 18px;
    color: white;
    text-align: center;
    ;
    padding-top: 10px;
    position: absolute;
    top: 0;
    margin-top: 450px;
    margin-left: 500px;
    cursor: pointer;
}

#Universal-Collapse:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Upgrades-button[role="tab"] {
    width: 170px;
    height: 35px;
    font-size: 17px;
    background-color: rgba(67, 64, 64, 0.625);
    color: white;
    text-align: left;
    padding-left: 30px;
    border-radius: 10px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 58px;
    cursor: pointer;
}

#upgrades-button-img {
    width: 75px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
}

.Upgrades-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

@keyframes fade-Upgrades {
    0% {
        width: 0;
        height: 54px;
    }

    100% {
        width: 8px;
        height: 54px;
    }
}

.show-Upgrades-styles {
    visibility: visible;
    animation: fade-Upgrades 0.1s;
    animation-timing-function: linear;
}

#Upgrades-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}

#Souls-text {
    position: absolute;
    top: 0;
    font-size: 16px;
    ;
    margin-top: 250px;
    margin-left: 370px;
    color: white;
    font-weight: bold;
}

#Black-Hole-text {
    position: absolute;
    top: 0;
    font-size: 16px;
    ;
    margin-top: 250px;
    margin-left: 650px;
    color: white;
    font-weight: bold;
}

#Souls-power {
    font-size: 16px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 335px;
    ;
    margin-top: 500px;
}

#Souls-power-boost {
    font-size: 16px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 315px;
    ;
    margin-top: 520px;
}

#Dark-Matter-power {
    font-size: 16px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 620px;
    ;
    margin-top: 500px;
}

#Dark-Matter-power-boost {
    font-size: 16px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 600px;
    ;
    margin-top: 520px;
}

#Souls-Upgrade1 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 325px;
    cursor: pointer;
}

#Souls2_upgradeImg {
    width: 34px;
    height: 34px;
}

#Souls-Upgrade2 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 370px;
    cursor: pointer;
}

#Souls-Upgrade3 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 415px;
    cursor: pointer;
}

#Souls-Upgrade4 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 460px;
    cursor: pointer; 
}

#Souls4_upgradeImg {
    width: 34px;
    height: 34px;
}

#Souls-Upgrade5 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 505px;
    cursor: pointer;
}

#Souls-Upgrade6 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 325px;
    cursor: pointer;
}

#Souls-Upgrade7 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 370px;
    cursor: pointer;
}

#Souls-Upgrade8 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 415px;
    cursor: pointer;
}

#Souls-Upgrade9 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 460px;
    cursor: pointer;
}

#Souls-Upgrade10 {
    border: 2px solid rgb(52, 16, 16);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 505px;
    cursor: pointer;
}

#Souls-Upgrade1-text {
    position: absolute;
    top: -260;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: default;
    width: 400px;
    height: 30px;
    color: white;
    text-align: center;
    ;
    padding-top: 10px;
    font-size: 13px;
    background-color: hsl(0, 0%, 7%);
    visibility: hidden;
}

#Souls-Upgrade1-text2 {
    position: absolute;
    top: -230;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: default;
    width: 400px;
    color: white;
    text-align: center;
    ;
    font-size: 13px;
    padding-top: 5px;
    visibility: hidden;
}

#Souls-Upgrade1:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 250px;
}

#Souls-Upgrade1:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 250px
}

#Souls-Upgrade2:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 160px;
}

#Souls-Upgrade2:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 160px;
}

#Souls-Upgrade3:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 120px;
}

#Souls-Upgrade3:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 120px;
}

#Souls-Upgrade4:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 80px;
}

#Souls-Upgrade4:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 80px;
}

#Souls-Upgrade5:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 40px;
}

#Souls-Upgrade5:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 40px;
}

#Souls-Upgrade6:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 250px;
    margin-top: -36px;
}

#Souls-Upgrade6:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 250px;
    margin-top: -36px;
}

#Souls-Upgrade7:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 160px;
    margin-top: -36px;
}

#Souls-Upgrade7:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 160px;
    margin-top: -36px;
}

#Souls-Upgrade8:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 160px;
    margin-top: -36px;
}

#Souls-Upgrade8:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 160px;
    margin-top: -36px;
}

#Souls-Upgrade9:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 120px;
    margin-top: -36px;
}

#Souls-Upgrade9:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 120px;
    margin-top: -36px;
}

#Souls-Upgrade10:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: 80px;
    margin-top: -36px;
}

#Souls-Upgrade10:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: 80px;
    margin-top: -36px;
}

#BlackHole-Upgrade1:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -70px;
}

#BlackHole-Upgrade1:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -70px;
}

#BlackHole-Upgrade2:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -130px;
}

#BlackHole-Upgrade2:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -130px;
}

#BlackHole-Upgrade3:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -190px;
}

#BlackHole-Upgrade3:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -190px;
}

#BlackHole-Upgrade4:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -250px;
}

#BlackHole-Upgrade4:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -250px;
}

#BlackHole-Upgrade5:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -240px;
}

#BlackHole-Upgrade5:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -240px;
}

#BlackHole-Upgrade6:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -70px;
    margin-top: -36px;
}

#BlackHole-Upgrade6:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -70px;
    margin-top: -36px;
}

#BlackHole-Upgrade7:hover #Souls-Upgrade1-text {
    visibility: visible;
    margin-left: -110px;
    margin-top: -36px;
}

#BlackHole-Upgrade7:hover #Souls-Upgrade1-text2 {
    visibility: visible;
    margin-left: -110px;
    margin-top: -36px;
}

#BlackHole-Upgrade1 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 620px;
    cursor: pointer;   
}

#BlackHole-Upgrade2 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 670px;
    cursor: pointer;  
}

#BlackHole-Upgrade3 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 720px;
    cursor: pointer;  
}

#BlackHole-Upgrade4 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 770px;
    cursor: pointer;  
}

#BlackHole-Upgrade5 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 820px;
    cursor: pointer;  
}

#BlackHole-Upgrade6 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 620px;
    cursor: pointer;  
}

#BlackHole-Upgrade7 {
    border: 2px solid rgb(255, 242, 0);
    background-color: black;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 345px;
    margin-left: 670px;
    cursor: pointer;  
}

#Challanges-button[role="tab"] {
    width: 200px;
    height: 35px;
    font-size: 17px;
    color: white;
    background-color: rgba(67, 64, 64, 0.625);
    text-align: center;
    border-radius: 10px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 177px;
    cursor: pointer;
}

.Challanges-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

.show-Challanges-styles {
    visibility: visible;
    animation: fade-in 0.1s;
    animation-timing-function: linear;
}

@keyframes fade-in {
    0% {
        width: 0;
        height: 54px;
    }

    100% {
        width: 8px;
        height: 54px;
    }
}

#Challanges-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}


.Challanges {
    visibility: hidden;
}

.Challange1 {
    background-color: white;
    border-radius: 10px;
    width: 500px;
    height: 300px;
    text-align: center;
    ;
    margin-left: 250px;
    margin-top: 250px;
    margin-right: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.Challenge2 {
    background-color: white;
    border-radius: 10px;
    width: 500px;
    height: 300px;
    text-align: center;
    ;
    margin-left: 800px;
    margin-top: 250px;
    margin-right: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    visibility: hidden;
}

.show-Challange1 {
    visibility: visible;
}

.show-Challenge2 {
    visibility: visible;
}

#Back-button {
    background-image: linear-gradient(90deg, rgb(60, 54, 54), rgb(20, 11, 11));
    width: 150px;
    height: 50px;
    color: red;
    font-size: 15px;
    ;
    padding-top: 5px;
    cursor: pointer;
    margin-right: 130px;
}

#Back-button1 {
    background-image: linear-gradient(90deg, rgb(60, 54, 54), rgb(20, 11, 11));
    width: 150px;
    height: 50px;
    color: red;
    font-size: 15px;
    ;
    padding-top: 5px;
    cursor: pointer;
    margin-right: 130px;
}

.Finnish-button {
    border: 2px solid orangered;
    background-image: linear-gradient(90deg, rgb(13, 96, 123), black);
    width: 150px;
    height: 30px;
    color: white;
    font-size: 15px;
    ;
    padding-top: 10px;
    margin-left: 270px;
    margin-top: -45px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}

.Finnish-button1 {
    border: 2px solid orangered;
    background-image: linear-gradient(90deg, rgb(47, 0, 255), rgb(1, 173, 216));
    width: 150px;
    height: 30px;
    color: white;
    font-size: 15px;
    ;
    padding-top: 10px;
    margin-left: 270px;
    margin-top: -45px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}

.show-Finnish-button {
    visibility: visible;
}

.show-Finnish-button1 {
    visibility: visible;
}

.open-Challanges {
    visibility: visible;
}

.Upgrades-container {
    visibility: hidden;
}

.open-Upgrades-container {
    visibility: visible;
}

.SacrificePrestige {
    background-color: hsl(0, 0%, 7%);
    width: 40px;
    height: 40px;
    font-size: 23px;
    color: black;
    text-align: center;
    ;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 58px;
}

#Souls-img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -4;
    right: -4;
    margin-right: 3px;
    margin-top: 2px;
}

#Save-btn {
    background-image: linear-gradient(90deg, white, rgb(82, 80, 80));
    width: 125px;
    height: 40px;
    font-size: 15px;
    color: black;
    text-align: center;
    ;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 70px;
    margin-top: 40px;
}

#Discord-btn {
    background-image: linear-gradient(90deg, white, rgb(82, 80, 80));
    width: 125px;
    height: 40px;
    font-size: 15px;
    color: black;
    text-align: center;
    ;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 200px;
    margin-top: 40px;
}

#Hard-Reset {
    background-image: linear-gradient(90deg, rgb(116, 0, 0), rgb(0, 0, 0));
    width: 125px;
    height: 40px;
    font-size: 15px;
    color: rgba(89, 85, 85, 0.567);
    text-align: center;
    ;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 330px;
    margin-top: 40px;
}

#Dark-matter-button[role="tab"] {
    width: 172px;
    height: 35px;
    color: rgb(244, 244, 121);
    font-size: 17px;
    text-align: left;
    padding-left: 30px;
    border-radius: 10px;
    background-color: rgba(137, 137, 5, 0.848);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 236.5px;
    padding-top: 20px;
}

#dark-matter-button-img {
    width: 75px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
}

.Dark-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: yellow;
    visibility: hidden;
}

.show-Dark-styles {
    visibility: visible;
    animation: fade-in 0.1s;
    animation-timing-function: linear;
}

@keyframes fade-in {
    0% {
        width: 0;
        height: 54px;
    }

    100% {
        width: 8px;
        height: 54px;
    }
}

#Dark-matter-button:hover {
    background-color: rgba(110, 114, 3, 0.508);
}

.Dark-matter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1073px;
    height: 750px;
    position: absolute;
    top: 0;
    margin-left: 207px;
    visibility: hidden;
}

.open-Dark-matter {
    visibility: visible;
}

.Rebirth {
    border: 3px solid white;
    background-color: rgb(236, 47, 4);
    width: 40px;
    height: 40px;
    font-size: 23px;
    color: black;
    text-align: center;
    ;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 108px;
}

#BH-img {
    border: 1px solid yellow;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -5;
    right: -2;
}

/*@keyframes Reset {
    0% {
        width: 0px;
        height: 0px;
    }
    100% {
        width: 250px;
        height: 70px;
    }
}*/

.open-Rebirth {
    visibility: visible;
}

.Reset[role="tab"] {
    border: 2.5px solid  white;
    width: 175px;
    height: 35px;
    font-size: 17px;
    ;
    padding-top: 15px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 130px;
    margin-left: 50px;
    cursor: pointer;
}

#Reset:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Radiation-content-tab {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    font-size: 17px;
    color: white;
    ;
    border: 2px solid white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 200px;
    margin-left: 340px;
    visibility: hidden;
    cursor: pointer;
}

.Radiation-content-tab:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Lab-Research-tab {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    font-size: 17px;
    color: white;
    ;
    border: 2px solid white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 200px;
    margin-left: 540px;
    visibility: hidden;
    cursor: pointer;
}

.Lab-Research-tab:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.show-Radiation-content-tab {
    visibility: visible;
}

.show-Lab-Research-tab {
    visibility: visible;
}

#DNA {
    margin-top: 250px;
    font-size: 20px;
    text-align: center;
    ;
    color: white;
}

#DNA-PerSec {
    font-size: 16px;
    text-align: center;
    ;
    color: white;
}

.RNA {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    ;
    color: rgb(255, 106, 0);
    visibility: hidden;
}

.RNA-transfer {
    font-size: 18px;
    width: 450px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    ;
    background-image: linear-gradient(90deg, orange, red);
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    visibility: hidden;
}

.mRNA {
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 250px;
    margin-left: 840px;
    color: blue;
    visibility: hidden;
}

.mRNA-boost {
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 835px;
    color: blue;
    visibility: hidden;
}

.tRNA {
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 250px;
    margin-left: 70px;
    color: green;
    visibility: hidden;
}

.tRNA-boost {
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px;
    margin-left: 40px;
    color: green;
    visibility: hidden;
}

#Radiation-btn {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
    ;
    background-image: linear-gradient(90deg, red, blue, rgb(0, 255, 0));
    cursor: pointer;
    margin-top: 10px;
}

.Radiation-content {
    visibility: hidden;
}

.show-Radiation-content {
    visibility: visible;
}

.show-RNA {
    visibility: visible;
}

.show-RNA-transfer {
    visibility: visible;
}

.Lab-Research-content {
    visibility: hidden;
}

.show-Lab-Research-content {
    visibility: visible;
}

#Research-btn {
    width: 350px;
    height: 50px;
    padding-top: 10px;
    color: white;
    ;
    border: 2px solid white;
    text-align: center;
    cursor: pointer;
    margin-left: 377px;
    margin-top: -150px;
}

.Skill-tree[role="tab"] {
    border: 2.5px solid  white;
    width: 175px;
    height: 35px;
    font-size: 17px;
    ;
    padding-top: 15px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 130px;
    margin-left: 250px;
    cursor: pointer;
}

.Skill-tree:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Skills {
    color: white;
    ;
    font-size: 15px;
    text-align: center;
    justify-content: center;
    visibility: hidden;
}

.open-Skills {
    visibility: visible;
}

#Skill-1 {
    width: 300px;
    height: 55px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    ;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 250px;
    margin-left: 400px;
    cursor: pointer;
}

#Skill-2 {
    width: 225px;
    height: 40px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    ;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 320px;
    margin-left: 300px;
    cursor: pointer;
}

#Skill-3 {
    width: 225px;
    height: 55px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 320px;
    margin-left: 580px;
    cursor: pointer;
}

#Skill-4 {
    width: 300px;
    height: 55px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    ;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 400px;
    margin-left: 400px;
    cursor: pointer;
}

#Skill-5 {
    width: 300px;
    height: 40px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    ;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 480px;
    margin-left: 400px;
    cursor: pointer;
}

#Skill-6 {
    width: 300px;
    height: 40px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    ;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 550px;
    margin-left: 200px;
    cursor: pointer;
}

#Skill-7 {
    width: 300px;
    height: 40px;
    padding-top: 5px;
    background-color: grey;
    color: white;
    ;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 550px;
    margin-left: 600px;
    cursor: pointer;
}

#Quarks {
    width: 175px;
    height: 35px;
    font-size: 17px;
    ;
    padding-top: 15px;
    text-align: center;
    border: 2.5px solid  white;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 130px;
    margin-left: 450px;
    cursor: pointer;
}

#Quarks:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Quarks-tab {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    font-size: 18px;
    ;
    margin-top: -260px;
    color: white;
    border: 2px solid white;
    text-align: center;
    margin-left: 270px;
    cursor: pointer;
    visibility: hidden;
}

.Quarks-tab:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.up-Quark {
    border: solid orangered;
    background-color: rgb(0, 0, 0);
    width: 250px;
    height: 160px;
    margin-left: 50px;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    visibility: hidden;
}

.show-up-Quark {
    visibility: visible;
}

.Down-Quark {
    border: solid orangered;
    background-color: rgb(0, 0, 0);
    width: 250px;
    height: 160px;
    margin-left: 350px;
    margin-top: -165px;
    text-align: center;
    font-size: 20px;
    color: white;
    visibility: hidden;
}

.Mediator-Quark {
    border: solid orangered;
    background-color: rgb(0, 0, 0);
    width: 250px;
    height: 180px;
    margin-left: 650px;
    margin-top: -165px;
    text-align: center;
    font-size: 20px;
    color: white;
    position: absolute;
    visibility: hidden;
}

.show-Down-Quark {
    visibility: visible;
}

.show-Mediator-Quark {
    visibility: visible;
}

#Up-Quarks-gain {
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 30px;
}

#Up-cost {
    width: 200px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    background-color: rgba(128, 128, 128, 0.282);
    padding-top: 10px;
    cursor: pointer;
}

#Up-cost:hover {
    background-color: rgba(255, 166, 0, 0.57);
}

#Up-boost {
    font-size: 13px;
    margin-top: 20px;
}

#Down-Quarks-gain {
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 30px;
}

#Down-cost {
    width: 200px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    background-color: rgba(128, 128, 128, 0.282);
    padding-top: 10px;
    cursor: pointer;
}

#Down-cost:hover {
    background-color: rgba(255, 166, 0, 0.57);
}

#Down-boost {
    font-size: 13px;
    margin-top: 20px;
}

#Mediator-Quarks-gain {
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 30px;
}

#Mediator-cost {
    width: 200px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    background-color: rgba(128, 128, 128, 0.282);
    padding-top: 10px;
    cursor: pointer;
}

#Mediator-cost:hover {
    background-color: rgba(255, 166, 0, 0.57);
}

#Mediator-boost {
    font-size: 13px;
    margin-top: 20px;
}

.Atoms-tab {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    font-size: 18px;
    ;
    margin-top: -351px;
    color: white;
    border: 2px solid white;
    text-align: center;
    margin-left: 460px;
    cursor: pointer;
    visibility: hidden;
}

.Atoms-tab:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Molecules-tab {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 210px;
    color: white;
    border: 2px solid white;
    text-align: center;
    margin-left: 650px;
    cursor: pointer;
    visibility: hidden;
}

.Molecules-tab:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.show-Quarks-tab {
    visibility: visible;
}

.show-Atoms-tab {
    visibility: visible;
}

.show-Molecules-tab {
    visibility: visible;
}

.Quarks-content {
    color: rgba(8, 41, 223, 0.856);
    visibility: hidden;
}

.Atoms-content {
    visibility: hidden;
}

.Molecules-content {
    visibility: hidden;
}

.show-Atoms-content {
    visibility: visible;
}

.show-Quarks-content {
    visibility: visible;
}

.show-Molecules-content {
    visibility: visible;
}

#Quarks-currency {
    margin-top: 30px;
    text-align: center;
    font-size: 19px;
}

#Atoms-currency {
    text-align: center;
    color: white;
    font-size: 19px;
    margin-top: 10px;
}

#Atoms-gain {
    text-align: center;
    color: white;
    font-size: 17px;
    width: 340px;
    height: 70px;
    padding-top: 10px;
    border: 2px solid white;
    margin-left: 360px;
    cursor: pointer;
}

.Proton {
    color: rgb(17, 255, 0);
    font-size: 23px;
    margin-left: 150px;
    margin-top: 60px;
    visibility: hidden;
}

.Proton-boost {
    color: rgb(17, 255, 0);
    font-size: 20px;
    margin-left: 70px;
    margin-top: 20px;
    visibility: hidden;
}

.Proton-boost1 {
    color: rgb(17, 255, 0);
    font-size: 20px;
    margin-left: 80px;
    margin-top: 10px;
    visibility: hidden;
}

.ProtonPerSec {
    color: rgb(17, 255, 0);
    font-size: 23px;
    margin-left: 60px;
    margin-top: 10px;
    visibility: hidden;
}

.show-Proton {
    visibility: visible;
}

.show-Proton-boost {
    visibility: visible;
}

.show-Proton-boost1 {
    visibility: visible;
}

.show-ProtonPerSec {
    visibility: visible;
}

.Neutron {
    color: red;
    font-size: 23px;
    margin-left: 480px;
    margin-top: -134px;
    visibility: hidden;
}

.Neutron-boost {
    color: red;
    font-size: 20px;
    margin-left: 425px;
    margin-top: 20px;
    visibility: hidden;
}

.Neutron-boost1 {
    color: red;
    font-size: 20px;
    margin-left: 435px;
    margin-top: 10px;
    visibility: hidden;
}

.NeutronPerSec {
    color: red;
    font-size: 23px;
    margin-left: 405px;
    margin-top: 10px;
    visibility: hidden;
}

.show-Neutron {
    visibility: visible;
}

.show-Neutron-boost {
    visibility: visible;
}

.show-Neutron-boost1 {
    visibility: visible;
}

.show-NeutronPerSec {
    visibility: visible;
}

.Electron {
    color: blue;
    font-size: 23px;
    margin-left: 850px;
    margin-top: -135px;
    visibility: hidden;
}

.Electron-boost {
    color: blue;
    font-size: 20px;
    margin-left: 725px;
    margin-top: 15px;
    visibility: hidden;
}

.Electron-boost1 {
    color: blue;
    font-size: 20px;
    margin-left: 795px;
    margin-top: 10px;
    visibility: hidden;
}

.ElectronPerSec {
    color: blue;
    font-size: 23px;
    margin-left: 745px;
    margin-top: 10px;
    visibility: hidden;
}

.show-Electron {
    visibility: visible;
}

.show-Electron-boost {
    visibility: visible;
}

.show-Electron-boost1 {
    visibility: visible;
}

.show-ElectronPerSec {
    visibility: visible;
}

#Quarks-gain {
    color: rgb(0, 255, 238);
    text-align: center;
    margin-left: 380px;
    width: 300px;
    height: 50px;
    padding-top: 10px;
    background-image: linear-gradient(90deg, rgb(15, 0, 150), rgb(198, 3, 0), rgba(4, 111, 0, 0.836));
    cursor: pointer;
}

#el_1 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
    margin-top: 390px;
    cursor: pointer;
}

#el_2{
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 930px;
    margin-top: 390px;
    cursor: pointer;
}

#el_3 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
    margin-top: 440px;
    cursor: pointer;
}

#el_4 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 154px;
    margin-top: 440px;
    cursor: pointer;
}

#el_5 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 660px;
    margin-top: 440px;
    cursor: pointer;
}

#el_6 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 714px;
    margin-top: 440px;
    cursor: pointer;
}

#el_7 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 768px;
    margin-top: 440px;
    cursor: pointer;
}

#el_8 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 822px;
    margin-top: 440px;
    cursor: pointer;
}

#el_9 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 876px;
    margin-top: 440px;
    cursor: pointer;
}

#el_10 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 930px;
    margin-top: 440px;
    cursor: pointer;
}

#el_11 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
    margin-top: 490px;
    cursor: pointer;
}

#el_12 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 154px;
    margin-top: 490px;
    cursor: pointer;
}

#el_13 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 660px;
    margin-top: 490px;
    cursor: pointer;
}

#el_14 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 714px;
    margin-top: 490px;
    cursor: pointer;
}

#el_15 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 768px;
    margin-top: 490px;
    cursor: pointer;
}

#el_16 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 822px;
    margin-top: 490px;
    cursor: pointer;
}

#el_17 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 876px;
    margin-top: 490px;
    cursor: pointer;
}

#el_18 {
    border: solid white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font: bolder;
    padding-top: 9px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 930px;
    margin-top: 490px;
    cursor: pointer;
}

#el_Description {
    width: 500px;
    cursor: default;
    margin-left: 200px;
    margin-top: -150px;
    color: rgba(195, 24, 24, 0.911);
    font-size: 17px;
    visibility: hidden;
    font: bolder;
}

#el_Cost {
    width: 500px;
    cursor: default;
    margin-left: 200px;
    color: rgb(0, 102, 255);
    visibility: hidden;
}

#el_CurrentBoost {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}

#el_CurrentBoost1 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}

#el_CurrentBoost2 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}


#el_CurrentBoost3 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}


#el_CurrentBoost4 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}


#el_CurrentBoost5 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}


#el_CurrentBoost6 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}

#el_CurrentBoost7 {
    width: 500px;
    cursor: default;
    margin-left: 197px;
    font-size: 16px;
    color: rgba(55, 255, 0, 0.866);
    visibility: hidden;
}

#el_1:hover #el_Description, 
#el_1:hover #el_Cost, 
#el_1:hover #el_CurrentBoost1{
    visibility: visible;
}

#el_2:hover #el_Description,
#el_2:hover #el_CurrentBoost2,
#el_2:hover #el_Cost  {
    visibility: visible;
    margin-left: -640px;
}

#el_3:hover #el_Description,
#el_3:hover #el_Cost {
    visibility: visible;
    margin-top: -200px;
}

#el_3:hover #el_Cost {
    visibility: visible;
    margin-top: 0;
}

#el_4:hover #el_Description,
#el_4:hover #el_Cost {
    visibility: visible;
    margin-top: -200px;
    margin-left: 150px;
}

#el_5:hover #el_Description, 
#el_5:hover #el_Cost, 
#el_5:hover #el_CurrentBoost3{
    visibility: visible;
    margin-left: -350px;
    margin-top: -200px;
}

#el_5:hover #el_Cost {
    margin-top: 1px
}

#el_5:hover #el_CurrentBoost3 {
    margin-top: 1px;
}

#el_6:hover #el_Description, 
#el_6:hover #el_Cost, 
#el_6:hover #el_CurrentBoost4{
    visibility: visible;
    margin-top: -200px;
    margin-left: -410px;
}

#el_6:hover #el_Cost {
    margin-top: 1px;
}

#el_6:hover #el_CurrentBoost4 {
    margin-top: 1px;
}

#el_7:hover #el_Description, 
#el_7:hover #el_Cost, 
#el_7:hover #el_CurrentBoost5{
    visibility: visible;
    margin-top: -200px;
    margin-left: -480px;
}

#el_7:hover #el_Cost {
    margin-top: 1px;
}

#el_7:hover #el_CurrentBoost5 {
    margin-top: 1px;
}

#el_8:hover #el_Description, 
#el_8:hover #el_Cost, 
#el_8:hover #el_CurrentBoost6{
    visibility: visible;
    margin-top: -200px;
    margin-left: -550px;
}

#el_8:hover #el_Cost {
    margin-top: 1px;
}

#el_8:hover #el_CurrentBoost6 {
    margin-top: 1px;
}

#el_9:hover #el_Description, 
#el_9:hover #el_Cost{
    visibility: visible;
    margin-top: -200px;
    margin-left: -620px;
}

#el_9:hover #el_Cost {
    margin-top: 1px;
}

#el_10:hover #el_Description, 
#el_10:hover #el_Cost{
    visibility: visible;
    margin-top: -200px;
    margin-left: -690px;
}

#el_10:hover #el_Cost {
    margin-top: 1px;
}

#el_4:hover #el_Cost {
    margin-top: 0;
}

#el_11:hover #el_Description {
    visibility: visible;
    margin-top: -240px;
    margin-left: 170px;
    position: absolute;
}

#el_11:hover #el_Cost {
    visibility: visible;
    margin-top: -220px;
    margin-left: 170px;
    position: absolute;
}

#el_11:hover #el_CurrentBoost7 {
    visibility: visible;
    margin-top: -200px;
    margin-left: 170px;
    position: absolute;
}

#el_12:hover #el_Description {
    visibility: visible;
    margin-top: -240px;
    margin-left: 150px;
    position: absolute; 
}

#el_12:hover #el_Cost {
    visibility: visible;
    margin-top: -220px;
    margin-left: 150px;
    position: absolute;
}

#el_13:hover #el_Description {
    position: absolute; 
    top: 0;
    left: 0;
    visibility: visible;
    margin-top: -200px;
    margin-left: -300px;
}

#el_13:hover #el_Cost {
    visibility: visible;
    margin-top: -180px;
    margin-left: -300px;
    position: absolute;
    top: 0;
    left: 0;
}

#el_14:hover #el_Description {
    visibility: visible;
    margin-top: -200px;
    margin-left: -400px;
    position: absolute; 
    top: 0;
    left: 0;
}

#el_14:hover #el_Cost {
    visibility: visible;
    margin-top: -180px;
    margin-left: -400px;
    position: absolute;
    top: 0;
    left: 0;
}

#el_15:hover #el_Description {
    visibility: visible;
    margin-top: -200px;
    margin-left: -500px;
    position: absolute; 
    top: 0;
    left: 0;
}

#el_15:hover #el_Cost {
    visibility: visible;
    margin-top: -180px;
    margin-left: -500px;
    position: absolute;
    top: 0;
    left: 0;
}

#el_16:hover #el_Description {
    visibility: visible;
    margin-top: -200px;
    margin-left: -560px;
    position: absolute; 
    top: 0;
    left: 0;
}

#el_16:hover #el_Cost {
    visibility: visible;
    margin-top: -180px;
    margin-left: -560px;
    position: absolute;
    top: 0;
    left: 0;
}

#el_17:hover #el_Description {
    visibility: visible;
    margin-top: -200px;
    margin-left: -600px;
    position: absolute; 
    top: 0;
    left: 0;
}

#el_17:hover #el_Cost {
    visibility: visible;
    margin-top: -180px;
    margin-left: -600px;
    position: absolute;
    top: 0;
    left: 0;
}

#el_18:hover #el_Description {
    visibility: visible;
    margin-top: -200px;
    margin-left: -650px;
    position: absolute; 
    top: 0;
    left: 0;
}

#el_18:hover #el_Cost {
    visibility: visible;
    margin-top: -180px;
    margin-left: -650px;
    position: absolute;
    top: 0;
    left: 0;
}

.Time-dilation-tab {
    width: 175px;
    height: 35px;
    font-size: 17px;
    padding-top: 15px;
    text-align: center;
    border: 2.5px solid  white;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 130px;
    margin-left: 650px;
    cursor: pointer;
}

.Time-dilation-tab:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

.Time-dialation-content {
    visibility: hidden;
}

.show-Time-dialation-content {
    visibility: visible;
}

#Dialations-points {
    font-size: 23px;
    text-align: center;
    color: white;
    ;
    margin-top: 200px;
    margin-left: 150px;
    position: absolute;
    top: 0;
}

#Dialations-PerSec {
    font-size: 23px;
    text-align: center;
    color: white;
    position: absolute;
    margin-top: 230px;
    top: 0;
    margin-left: 370px;
}

#Matter-dialation {
    width: 360px;
    height: 150px;
    background-color: hsl(0, 0%, 10%);
    color: white;
    font-size: 13px;
    text-align: center;
    border: 3px solid lime;
    margin-top: 270px;
    margin-left: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

#Souls-dialation {
    width: 360px;
    height: 150px;
    background-color: hsl(0, 0%, 10%);
    color: white;
    font-size: 13px;
    text-align: center;
    border: 3px solid lime;
    margin-top: 270px;
    margin-left: 560px;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up1 {
    width: 250px;
    height: 90px;
    font-size: 13px;
    margin-top: 435px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up2 {
    width: 250px;
    height: 91px;
    font-size: 13px;
    margin-left: 280px;
    margin-top: 435px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up3 {
    width: 250px;
    height: 91px;
    font-size: 13px;
    margin-left: 560px;
    margin-top: 435px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up4 {
    width: 250px;
    height: 91px;
    font-size: 13px;
    margin-left: 840px;
    margin-top: 435px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up5 {
    width: 250px;
    height: 90px;
    font-size: 13px;
    margin-top: 535px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up6 {
    width: 250px;
    height: 101px;
    font-size: 13px;
    margin-left: 280px;
    margin-top: 535px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up7 {
    width: 250px;
    height: 91px;
    font-size: 13px;
    margin-left: 560px;
    margin-top: 535px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up8 {
    width: 250px;
    height: 101px;
    font-size: 13px;
    margin-left: 840px;
    margin-top: 535px;
    ;
    text-align: center;
    color: white;
    border: 3px solid limegreen;
    position: absolute;
    top: 0;
    left: 0;
}

#Dialation-up1-Cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up2-Cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up3-Cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up4-Cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up5-cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up6-cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up7-cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up8-cost {
    width: 248px;
    height: 25px;
    background-color: rgb(30, 29, 29);
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#Dialation-up1-Cost:hover {
    background-color: rgba(74, 72, 72, 0.562);
}

#Dialation-up2-Cost:hover {
    background-color: rgba(161, 0, 0, 0.284);
}

#Dialation-up3-Cost:hover {
    background-color: rgb(0, 0, 0);
}

#Dialation-up4-Cost:hover {
    background-image: linear-gradient(90deg, rgba(74, 42, 42, 0.562), rgba(161, 0, 0, 0.284), rgb(0, 0, 0))
}

#Dialation-up5-Cost:hover {
    background-image: linear-gradient(90deg, rgba(74, 72, 72, 0.562), rgba(161, 0, 0, 0.284));
}

.Research-up1 {
    width: 350px;
    height: 80px;
    padding-top: 10px;
    background-color: rgba(82, 79, 79, 0.659);
    color: white;
    text-align: center;
    ;
    margin-left: 20px;
    margin-top: 10px;
    visibility: hidden;
}

.show-Research-up1 {
    visibility: visible;
}

#Research-up1-cost {
    width: 350px;
    height: 22px;
    background-color: rgba(126, 113, 113, 0.679);
}

#Research-up1-cost:hover {
    background-color: rgb(125, 111, 111);
    cursor: pointer;
}

.Research-up2 {
    width: 350px;
    height: 80px;
    padding-top: 10px;
    background-color: rgba(82, 79, 79, 0.659);
    color: white;
    text-align: center;
    ;
    margin-left: 380px;
    margin-top: -90px;
    visibility: hidden;
}

.show-Research-up2 {
    visibility: visible;
}

#Research-up2-cost {
    width: 350px;
    height: 22px;
    background-color: rgba(126, 113, 113, 0.679);
    margin-top: 19px;
}

#Research-up2-cost:hover {
    background-color: rgb(125, 111, 111);
    cursor: pointer;
}

.Research-up3 {
    width: 350px;
    height: 80px;
    padding-top: 10px;
    background-color: rgba(82, 79, 79, 0.659);
    color: white;
    text-align: center;
    ;
    margin-left: 740px;
    margin-top: -90px;
    visibility: hidden;
}

.show-Research-up3 {
    visibility: visible;
}

#Research-up3-cost {
    width: 350px;
    height: 22px;
    background-color: rgba(126, 113, 113, 0.679);
    margin-top: 19px;
}

#Research-up3-cost:hover {
    background-color: rgb(125, 111, 111);
    cursor: pointer;
}

#Start-Stop-dialation {
    width: 150px;
    height: 30px;
    margin-left: 20px;
    margin-top: 15px;
    background-color: grey;
    padding-top: 10px;
    cursor: pointer;
}

#Start-Stop-dialation:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Start-Stop-Souls-dialation {
    width: 150px;
    height: 30px;
    margin-left: 20px;
    margin-top: 15px;
    background-color: grey;
    padding-top: 10px;
    cursor: pointer;
} 

#Start-Stop-Souls-dialation:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Stop-Start-dialation {
    width: 150px;
    height: 30px;
    margin-left: 190px;
    margin-top: -40px;
    background-color: grey;
    padding-top: 10px;
    cursor: pointer;
}

#Stop-Start-dialation:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Stop-Start-Souls-dialation {
    width: 150px;
    height: 30px;
    margin-left: 190px;
    margin-top: -40px;
    background-color: grey;
    padding-top: 10px;
    cursor: pointer;
}

#Stop-Start-Souls-dialation:hover {
    background-color: rgba(61, 61, 61, 0.675);
}

#Stats-button[role="tab"] {
    width: 170px;
    height: 35px;
    color: white;
    background-color: rgba(67, 64, 64, 0.625);
    font-size: 17px;
    border-radius: 10px;
    text-align: left;
    padding-left: 30px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 294px;
    padding-top: 20px;
    cursor: pointer;
}

#stats-button-img {
    width: 75px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
}

#Stats-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}

.Stats-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

.show-Stats-styles {
    visibility: visible;
    animation: fade-in 0.1s;
    animation-timing-function: linear;
}

#Options-button[role="tab"] {
    width: 200px;
    height: 35px;
    color: white;
    background-color: rgba(67, 64, 64, 0.625);
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 353px;
    padding-top: 20px;
    cursor: pointer;
}

.Options-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

.show-Options-styles {
    visibility: visible;
    animation: fade-in 0.1s;
    animation-timing-function: linear;
}

@keyframes fade-in {
    0% {
        width: 0;
        height: 58px;
    }

    100% {
        width: 8px;
        height: 58px;
    }
}

.Stats {
    width: 1081px;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 202px;
    visibility: hidden;
    color: white;
    text-align: center;
    ;
    font-size: 15px;
}

.open-Stats {
    visibility: visible;
}

#Main-stats-button {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    border: 1px solid white;
    margin-left: 250px;
    margin-top: 50px;
}

#Softcaps-for-generators {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    border: 1px solid white;
    margin-left: 470px;
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.Sfg-stats {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 400px;
    margin-top: 150px;
    visibility: hidden;
}

#Best-ever-Matter {
    margin-top: 50px;
}

#Time-spent {
    text-align: center;
}

.Main-stats {
    visibility: hidden;
}

.show-Main-stats {
    visibility: visible;
}

.Options {
    width: 1081px;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 202px;
    visibility: hidden;
    color: white;
    text-align: center;
    ;
    font-size: 15px;
}

.open-Options {
    visibility: visible;
}

#Options-text {
    padding-top: 130px;
    padding-left: 50px;
}

#Font-changer {
    background-image: linear-gradient(90deg, grey, black);
    width: 125px;
    height: 40px;
    font-size: 15px;
    color: rgb(101, 96, 96);
    text-align: center;
    ;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 460px;
    margin-top: 40px;
}

.Font-content {
    width: 700px;
    height: 400px;
    background-color: rgba(65, 63, 63, 0.662);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 220px;
    margin-top: 100px;
    visibility: hidden;
}

#Verdana-font {
    width: 200px;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 15px;
    border: 1px solid white;
    background-color: grey;
}

#Verdana-font:hover {
    background-color: rgba(78, 76, 76, 0.685);
    cursor: pointer;
}

#Arial-font {
    width: 200px;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 235px;
    border: 1px solid white;
    background-color: grey;
}

#Arial-font:hover {
    background-color: rgba(78, 76, 76, 0.685);
    cursor: pointer;
}

#close-Font-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(84, 4, 4, 0.756);
    width: 20px;
    height: 20px;
    padding-top: 3px;
}

#Close-Font-content:hover {
    background-color: darkred;
    cursor: pointer;
}

#Options-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}

.Bh-tab {
    border: 2px solid rgb(251, 255, 0);
    background-color: black;
    width: 150px;
    height: 30px;
    font-size: 16px;
    color: yellow;
    text-align: center;
    ;
    padding-top: 10px;
    position: absolute;
    top: 0;
    margin-top: 50px;
    margin-left: 420px;
    cursor: pointer;
    visibility: hidden;
}

.show-BH-tab {
    visibility: visible;
}

.BH-content {
    visibility: hidden;
}

.show-BH-content {
    visibility: visible;
}

.Bh-tab:hover {
    background-color: rgba(110, 114, 3, 0.508);
}

#BH-extractor {
    margin-left: 250px;
    ;
    color: yellow;
    margin-top: 50px;
}

.Matter-content {
    visibility: hidden;
}

.show-Matter-content {
    visibility: visible;
}

#BH-machine {
    width: 200px;
    height: 30px;
    margin-top: -25px;
    margin-left: 435px;
    ;
    color: yellow;
    background-color: black;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

#Black-Hole {
    margin-top: 130px;
    margin-left: 575px;
    color: yellow;
    font-size: 22px;
}

#Black-Hole-gain {
    margin-left: 610px;
    color: yellow;
    font-size: 19px;
}

#Black-Hole-boost {
    margin-left: 585px;
    color: yellow;
    font-size: 19px;
}

#Softcaps-button {
    width: 200px;
    height: 35px;
    color: white;
    background-color: rgba(67, 64, 64, 0.625);
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 413px;
    padding-top: 20px;
    cursor: pointer;
}

#Softcaps-button:hover {
    background-color: rgba(60, 57, 57, 0.652);
}

.Softcaps-styles {
    width: 8px;
    height: 54px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
}

.Softcaps-content {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 530px;
    margin-top: 20px;
    font-size: 17px;
    height: auto;
    width: auto;
    text-align: center;
    color: white;
    ;
    visibility: hidden;
}

.show {
    visibility: visible;
}

.Lore-button {
    width: 200px;
    height: 35px;
    color: white;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 470px;
    padding-top: 20px;
    cursor: pointer;
    background-image: linear-gradient(90deg, navy, black);
    visibility: hidden;
}

#Lore-button:hover {
    animation-name: Lore-Animation;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

@keyframes Lore-Animation {
    0% {
        background-image: linear-gradient(90deg, navy, black);
    }
    25% {
        background-image: linear-gradient(90deg, rgb(1, 1, 225), rgba(20, 20, 20, 0.611));
    }
    50% {
        background-image: linear-gradient(90deg, rgb(2, 31, 147), rgba(28, 28, 28, 0.525));
    }
    75% {
        background-image: linear-gradient(90deg, rgba(1, 25, 120, 0.795), rgba(35, 35, 35, 0.525));
    }
}

#Chapter-I-button {
    width: 200px;
    height: 35px;
    padding-top: 10px;
    font-size: 18px;
    color: white;
    ;
    border: 1.5px solid white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: 250px;
}

#secret-chapter-link {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    color: hsl(0, 0%, 7%);
    width: 150px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.Chapter-I-lore {
    font-size: 15px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 250px;
    margin-top: 90px;
    ;
    visibility: hidden;
}

.show-Chapter-I-lore {
    visibility: visible;
}

.Lore {
    visibility: hidden;
}

.show-Lore {
    visibility: visible;
}