body {
    background-image: url("../img/bgBoard.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden; 
    width: 101%;
}
h1{
    font-size:3em;
    text-align: center;
    color: #87CEEB;
    text-shadow: 2px 2px white;
}
h2{
    font-size: 3em;
    text-align: center;
    color:#5f6344;
    text-shadow: 2px 2px #694b37;
}
header {
    background-color: rgba(194, 178, 128, 0.50);
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    margin-bottom: -50px;
    border-radius: 8px;
}
input[type=text] {
    width: 30%;
    height: 50px;
    padding: 12px 20px;
    margin: 100px auto;
    margin-left: 510px;
    margin-right: 510px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 2.3em;
}
button[type=button] {
    width: 30%;
    height: 50px;
    background-color: #335fff;
    color: #f7f7f8;
    padding: 14px 20px;
    margin: -900px auto;
    margin-left: 510px;
    margin-right: 510px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.3em;
}
#feedbackMessage {
    text-align: center;
    margin-top: -240px;
    font-size: 2.4em;
    width: 100%;
    min-height: 50px;
}
#prevGuessCust {
    margin-right: 300px;
    margin-left: 300px;
    margin-top: 270px;
    font-size: 3em;
    width: 100%;
}
#winDisplay {
    margin-left: 215px;
    margin-right: 215px;
    margin-top: -250px;
    font-size: 2.4em;
    color: green;
    width: 14%;
    background-color: rgba(194, 178, 128, 0.35);
    border-radius: 8px;
}
#lossDisplay {
    margin-left: 1020px;
    margin-right: 1020px;
    margin-top: -46px;
    font-size: 2.4em;
    width: 16%;
    color: red;
    background-color: rgba(194, 178, 128, 0.35);
    border-radius: 8px;
}
#attemptDisplay {
    margin-left: 616px;
    margin-right: 616px;
    margin-top: 96px;
    font-size: 2.2em;
    width: 100%;
}
