#rpsImage {
    height: 300px;
    width: 800px;
    background-color: white;
}

#button:hover {
    background-color: black;
    color: white;
    box-shadow: 1px 1px 1px #888888;
}

#userInput {
    text-align: left;
}

#compInput {
    text-align: right;
}

body {
    background-color: #8AF01D;
}

#inputBox1 {
    font-size: large;
}

#inputBox2 {
    font-size: large;
}

#resultBox {
    font-size: large;
}