body{
    background:#0b0b0b;
    color:#00ff00;
    font-family:Arial;
    text-align:center;
}

canvas{
    border:4px solid #00ff00;
    image-rendering: pixelated;

    /* BÜYÜTÜLMÜŞ GÖRÜNTÜ */
    width:1280px;
    height:650px;
}

input{
    background:#00ff00;
    color:black;
    padding:10px;
    font-size:16px;
    border:none;
    border-radius:5px;
}
