

header {
    text-align: center;
    background-color: darkslateblue;
    width: 100%;
    max-width: 100%;
    height: 120px;
    font-family: "Gurmukhi MN";
    color: gold;
}

header h1{
    font-size: 65px;
}

body {
    background-color: blueviolet;
}

.gamestyle {
    border: 2px solid gold;
    height: auto;
}

.pics {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid gold;
}

#game {
    background-color: white;
}

.center {
    text-align: center;
}
