html,
body {
    display: flex;
    justify-content: center;
    font-family: Roboto, Arial, sans-serif, garamond;
    background-color: #363940;
    color: white;
}

textarea[type="text"] {
    background-color: #40454B;
    width: 100%;
    border-radius: 15px;
    padding: 16px 8px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

#prefix-title {
    margin-left: 50%;
}

#prefix {
    background-color: #40454B;
    width: 50%;
    margin-left: 50%;
    border-radius: 15px;
    padding: 16px 8px;
    display: inline-block;
    box-sizing: border-box;
}

textarea[type="text"]::placeholder,
#prefix::placeholder {
    color: #70757B;
}

.submit {
    background-color: #5865F2;
    color: white;
    padding: 14px 0;
    border-radius: 15px;
    margin: -10px 0 10px 0;
    border: none;
    cursor: grabbing;
    width: 100%;
}

.button {
    background-color: #5865F2;
    color: white;
    padding: 14px 0;
    border-radius: 15px;
    margin-top: -10px;
    border: none;
    cursor: grabbing;
    width: 50%;
}

#btn-copy-ind {
    margin-left: -4px;
}

.submit:hover,
.button:hover {
    filter: brightness(150%);
}

.button:disabled {
    opacity: 0.4;
}

#wedge {
    background-color: #303136;
    position: sticky;
    top: 0;
    height: 30;
    width: 100%;
    z-index: 100;
}

h1 {
    text-align: center;
    font-size: 36px;
}

.formcontainer {
    text-align: left;
    margin: 24px 10px 12px;
}

.container {
    padding: 5px 0;
    text-align: left;
}