.blur {
        filter: blur(150px) !important;
}

.blur2 {
        filter: blur(50px) !important;
}

.glow:hover {
    background: #eaa800;
    box-shadow: 0px 0px 48px rgba(255, 192, 30, 0.32);
    color: #07080a;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.t-submit:hover {
    background: #eaa800 !important;
    box-shadow: 0px 0px 48px rgba(255, 192, 30, 0.32) !important;
    color: #07080a !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out !important;
}


.t-submit {
    box-shadow: 0px 0px 32px rgba(255, 192, 30, 0.32) !important;
}

html {
  background-color: 1B1B1D;
}