body {
    background-image: url("../images/homePage.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: bisque;
    background-size: contain;
}

h1{
    font-size: 150px;
    margin-top: 10%;
    margin-left: 44%;
}

button {
    margin-left: 33%;
    width: 35%;
    height: 250px;
    color: #666666;
    font-style: bold;
    -webkit-text-stroke: 2px black; /* width and color */
    background-image: url("../images/pieceHolder.png");
    background-position: center;
    background-size: contain;
    background-repeat: space;
    background-color: #B47C00;
    border-radius: 10px;
    border: 7px solid #A0A0A0;
    font-size: 80px;
}

#slider{
    -webkit-appearance: none;
    -webkit-appearance: slider-vertical;
    background: #04AA6D; /* Green background */
}

#callGameButton {
    -webkit-text-stroke: 1px black;
}

#exitGameButton {
    -webkit-text-stroke: 1px black;
}

#moveCountButton {
    -webkit-text-stroke: 1px black;
}

#howToInGameButton {
    -webkit-text-stroke: 1px black;
}

#endDiv {
    width: 25%;
    height: 900px;
    color: #666666;
    font-style: bold;
    -webkit-text-stroke: 1px black; /* width and color */
    background-position: center;
    background-size: contain;
    background-repeat: space;
    background-color: #B47C00;
    border-radius: 10px;
    border: 7px solid #A0A0A0;
    font-size: 80px;
    right: 2%;
    top: 50%
}

#sliderPara {
    width: 10%;
    color: #666666;
    font-style: bold;
    -webkit-text-stroke: 1px black; /* width and color */
    background-position: center;
    background-size: contain;
    background-repeat: space;
    background-color: #B47C00;
    border-radius: 5px;
    border: 4px solid #A0A0A0;
}

.pieceButton {
    -webkit-text-stroke: 1px red; /* width and color */
    font-size: 90%;
    margin: auto;
    border: 1px solid black   
}

.howToButton {
    position: absolute;
    bottom: 7%;
}

.startButton {
    position: absolute;
    bottom: 40%;
}

.welcomeButton {
    width: 40%;
    background-repeat: space;
    background-size: 250px;
    margin-left: 30.5%;
}

.myDiv {
    width: 750px;
    height: 750px;
}

@media only screen and (max-width: 900px) {
    button {
        font-size: 50px;
    }

    .howToButton{
        bottom: 1%;
    }

    .startButton {
        bottom: 34%;
    }

    .welcomeButton {
        top: 1%;
    }
}