@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
@import url('https://fonts.googleapis.com/css?family=Audiowide|Sofia|Trirong|Cedarville+Cursive');

* {
    font-family: 'Tilt Neon';
    cursor: default;
}
body   {
    background-image: linear-gradient(360deg, rgb(151, 151, 151) , rgb(0, 0, 0));
    height: 100vh;
   }
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }   
    .title {
        color: #ff002f;
        font-family: 'Tilt Neon';
        margin-bottom: 40px;
    }
    h2, option, input{
        text-align: center;

        
    }
    .card {
        background-image: linear-gradient( #1a1a1a, #ffffff);
        border-radius: 10px;
        box-shadow:0 0 10px #fff, 0 0 30px #ff0000, 0 0 40px #ff0000;
        border: none;
    }
    .sub-header {
        color: #ffffff;
    }
    .sub-header-2 {
        color: #020202;
    }
    .btn-1 {
        background-color: #ff002f;
    }
    .btn-1:hover {
        background-color: rgb(158, 0, 0);
        color: rgb(255, 255, 255) !important;
    }
    .btn-1:active,
    .btn-1:focus,
    .btn-1-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        background-color: #ff002f;
    }
    .btn-2:active,
    .btn-2:focus,
    .btn-2-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        background-color: #000000;
    }
    .btn-2 {
        background-color: #1a1a1a;
    }
    .btn-2:hover {
        background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255) !important;
    }
    #inputData {
        font-family:'Courier New', Courier, monospace !important;
        cursor:text;
    }