.cbutton {
    transition: 0.2s;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 36px;
    color: white;
    font-size: 15px;

    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);

    text-align: center;
    text-decoration: none;

    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.cbutton:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
