body {
    background-color: #222;
}

.sparxss-text {
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    text-align: center;
    color: #aaa;
    font-weight: bold;
    user-select: none;
}

.redirectDiv {
    position: fixed;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    text-align: center;
}

.redirectInput {
    display: block;
    margin: 10px auto;
    width: 80vw;
    color: #aaa;
    background: #333;
    border: none;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    text-align: center;
    outline: none;
}

.redirectButton {
    cursor: pointer;
    width: 30vw;
    background-color: #333;
    border: none;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    color: #aaa;
    display: block;
    margin: 10px auto;
    text-align: center;
    outline: none;
}

.linksButton {
    cursor: pointer;
    width: 30vw;
    background-color: #333;
    border: none;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    color: #aaa;
    display: block;
    margin: 10px auto;
    text-align: center;
    outline: none;
}

.javascriptButton {
    cursor: pointer;
    width: 10vw;
    background-color: rgb(51, 51, 51);
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    transition: background-color 0.3s ease 0s;
    color: rgb(170, 170, 170);
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: block;
    text-align: center;
    outline: none;
}

.modeButton {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 30vw;
    background-color: rgb(51, 51, 51);
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    transition: background-color 0.3s ease 0s;
    color: rgb(170, 170, 170);
    outline: none;
}

.javascriptButtons {
    width: 49%;
    background-color: rgb(51, 51, 51);
    border: none;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    font-size: 20px;
    color: rgb(170, 170, 170);
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
}

.JSText {
    width: 100%;
    height: 86%;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    border: none;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    resize: none;
}

.JSDIV {
    position: fixed;
    inset: 0px;
    margin: 75px;
    background-color: rgb(34, 34, 34);
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    color: rgb(255, 255, 255);
}

.JSBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.customLinksBG {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.CLButtons {
    width: 44.5%;
    background-color: rgb(51, 51, 51);
    border: none;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    font-size: 20px;
    color: rgb(170, 170, 170);
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    position: fixed;
    left: 5%;
    bottom: 20px;
    text-align: center;
}

.CLButtons2 {
    width: 44.5%;
    background-color: rgb(51, 51, 51);
    border: none;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    font-size: 20px;
    color: rgb(170, 170, 170);
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    position: fixed;
    right: 5%;
    bottom: 20px;
    text-align: center;
}

.CLButtonsDiv {
    position: fixed;
    inset: 0px;
    margin: 75px 75px 100px;
    background-color: rgb(34, 34, 34);
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    color: rgb(255, 255, 255);
    overflow: auto;
}

.newLinkDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.newLinkDiv2 {
    width: 1000px;
    height: 300px;
    background-color: rgb(34, 34, 34);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    text-align: center;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}

.URLDiv {
    padding: 10px;
    margin-top: 35px;
    border: none;
    border-radius: 10px;
    color: rgb(170, 170, 170);
    transition: background-color 0.3s ease 0s;
    background-color: transparent;
    user-select: none;
    cursor: auto;
    font-size: 24px;
    text-align: center;
}

.URLInput {
    width: 80%;
    padding: 15px;
    margin: 15px;
    background-color: rgb(51, 51, 51);
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: rgb(170, 170, 170);
    cursor: text;
    transition: background-color 0.3s ease 0s;
    font-size: 24px;
    outline: none;
}

.addLink {
    width: 80%;
    padding: 15px;
    margin: 15px;
    background-color: rgb(51, 51, 51);
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: rgb(170, 170, 170);
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-size: 24px;
}

.exitNewLink {
    position: fixed;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: -5px;
    right: -5px;
    margin: 10px;
    color: rgb(170, 170, 170);
    background-color: rgb(51, 51, 51);
    border: none; 
    border-radius: 50%;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease 0s;
}

button:hover {
    background-color: #444;
}

input::placeholder {
    color: #aaa;
}

input:hover {
    background-color: #444;
}
