@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body {
    background-image: url("http://code.divshot.com/geo-bootstrap/img/microfab.gif");
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 700;
    font-size: 200%;
    color: yellow;
}

input {
    background-color: black;
    border-color: #00ff00;
    color: white;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 120%;
}

#error-msg {
    background-color: red;
    padding: 35px;
    color: white;
    font-size: 200%;
}
