* {
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
}

li {
    list-style: none;
}
body {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}
input {
    display: none;
}

#canvas {
    background-image: url('main2.png');
}

.bar {
    width: 10px;
    height: 100px;
}

.score {
    float: left;
}

#background {
    width: 1200px;
    height: 675px;
    position: absolute;
    top: 0;
}

#click {
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    font-family: 'Lilita One', 'serif';
    top: 500px;
    left: 400px;
    right: 400px;
    position: absolute;
    font-size: 24px;
}

#third {
    width: 1100px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: auto;
    top: 580px;
    margin: 0 50px;
}
#back,
#start {
    float: left;
    width: 140px;
    text-align: left;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-family: 'Lilita One', 'serif';
    font-size: 36px;
    display: none;
    cursor: pointer;
}
#start {
    float: right;
}

#volume,
#volumeeff {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

#mode {
    position: absolute;
    top: 0;
    align-items: center;
    display: none;
}

#first {
    margin-top: 80px;
    width: 1200px;
    height: 200px;
    overflow: hidden;
    padding: 100px 0;
}

.first {
    width: 400px;
    margin: 0 100px;
    float: left;
    cursor: pointer;
}

.second {
    width: 300px;
    margin: 0 50px;
    float: left;
    cursor: pointer;
}

#second {
    overflow: hidden;
    width: 1200px;
    height: 50px;
}

#backaudio {
    position: absolute;
    bottom: 100px;
}
#count {
    font-family: 'Lilita One', 'serif';
    font-size: 150px;
    position: absolute;
    top: 250px;
    text-align: center;
    left: 0;
    right: 0;
    display: none;
    color: rgb(255, 142, 49);
    text-shadow: 3px 3px 3px white;
}

#lasttext {
    font-family: 'Jua', 'serif';
    font-size: 64px;
    position: absolute;
    top: 290px;
    text-align: center;
    left: 0;
    right: 0;
    display: none;
    color: white;
    text-shadow: 3px 3px 3px black;
}

#gold {
    position: absolute;
    top: 150px;
    width: 150px;
    height: 240px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: none;
}

#score,
#brick,
#player {
    font-family: 'Lilita One', 'serif';
    font-size: 24px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    color: white;
    width: 1060px;
    margin: 0 70px;
}
#topboard {
    display: none;
}
#score1 {
    float: left;
}
#score2 {
    float: right;
}
#p1 {
    float: left;
}
#p2 {
    float: right;
}

#brick {
    top: 45px;
}
#score {
    top: 70px;
}

#brick1 {
    float: left;
}
#brick2 {
    float: right;
}

#setting-page {
    position: absolute;
    top: 200px;
    width: 1200px;
    text-align: center;
    display: none;
}
#setting-page img {
    height: 70px;
}

#level {
    height: 80px;
}

.levelimg {
    cursor: pointer;
}


#story{
    font-family: "Hahmlet", serif;
    font-size: 52px;
    text-align: center;
    position: absolute;
    top: 220px;
    color: white;
    display: none;
    width: 1200px;
}