body {
    color: #cdd6f4;
    background-color: #1e1e2e;
    font-family: "Space Grotesk", sans-serif;
}

.textarea {
    padding: 8px;
    width: 95vw;
    height: 80vh;
    padding-left: 10px;
    border-radius: 20px;
    background-color: #313244;
    color: #cdd6f4;
    border: 8px solid #181825;
}

.textarea:focus {
    outline: none;
}


.button {
    border-radius: 5px;
    background-color: #313244;
    color: #cdd6f4;
    border: 4px solid #181825;
}

.button:hover {
    border-radius: 5px;
    background-color: #313244;
    color: #cdd6f4;
    border: 4px solid #9399b2;
}

.haha {
    text-align: center;
}

.render {
    text-align: center;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    width: fit-content;
    background-color: #313244;
    border-radius: 20px;
    border: 8px solid #181825;
    overflow-y: auto;
}

.rendertext {
    text-align: left;
    width: 95vw;
    height: 80vh;
}

.footer {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-bottom: 15px
}

a:visited {
    color: #cdd6f4;
}

a:link {
    color: #cdd6f4;
    text-decoration: none;
}