body {
    display: block;
    background-color: rgb(0, 0, 0);
    background-image: url(me.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center 150px;
    cursor: url(cursor.cur), pointer;
    /* height: 71em; */
    margin: 0;
}

#main {
    display: block;
    position: relative;
    text-align: center;
}

form {
    display: block;
    position: relative;
    width: 35%;
    top: 25px;
    text-align: left;
    left: 32.5%;
}

form > #response {
    position: center;
}

#forma {
    left: 50;
}

input[type="text" i] {
    background-color: rgb(0, 0, 0);
    border: dotted;
    border-color: rgb(189, 126, 14);
    border-width: thin;
    border-radius: 7%;
    font-size: 18px;
    color: rgb(189, 126, 14);
    font-family: "Courier new";
    padding: 5px;
    width: 82%;
    outline: 0;
    outline-offset: 0;
    cursor: url(cursor1.cur), text;
}

input[type="text" i]:autofill {
    background-color: rgb(0, 0, 0);
    border: dotted;
    border-color: rgb(189, 126, 14);
    border-width: thin;
    border-radius: 7%;
    font-size: 18px;
    -webkit-text-fill-color: rgb(189 126 14);
    -webkit-box-shadow: 0 0 0 20px black inset !important;
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
    font-family: "Courier new";
    font-size: 18x;
    padding: 5px;
    width: 82%;
    outline: 0;
    outline-offset: 0;
    cursor: url(cursor1.cur), text;
}

input[type="text" i]:active {
    cursor: url(cursor1.cur), text;
}

input[type="text" i]:focus {
    background-color: rgb(0, 0, 0);
    border: dotted;
    border-color: rgb(189 126 14);
    border-width: thin;
    border-radius: 7%;
    font-size: 18px;
    color: rgb(189 126 14);
    font-family: "Courier new";
    padding: 5px;
    width: 82%;
    cursor: url(cursor1.cur), text;
}

input[type="text" i]::placeholder {
    color: rgb(189 126 14);
}

button {
    background-color: rgb(0, 0, 0);
    border: dotted;
    border-color: rgb(189 126 14);
    border-width: thin;
    border-radius: 7%;
    font-size: 18px;
    color: rgb(189 126 14);
    font-family: "Courier new";
    width: 14%;
    padding: 5px;
    cursor: url(hand.cur), pointer;
}

button:hover {
    background-color: rgb(189 126 14);
    color: rgb(255, 255, 255);
}

#pvp {
    width: 300px;
    height: 40px;
}

#response {
    display: block;
    position: relative;
    text-align: left;
    font-family: "Courier New";
    font-size: 18px;
    color: rgb(189, 126, 14);
    padding: 5px;
}