﻿body::before {
    background: #040404 url("../img/Screenshot (190).png") top right no-repeat !important;
    max-width: 100%;
    max-height: 100%;
}

#homeName {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    color: #7b00fd !important;
}

input {
    background-color: black !important;
    color: white !important;
   
}

    input:focus {
        background-color: black !important;
        color: white !important;
        transform: translateZ(0);
    }

body {
    background: #102131;
}

/*.mobile-nav-toggle {
    color: #7c00f7 !important;
    font-size: 45px !important;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
}*/




   