body{
    background-color: lightgray;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-image: url(background-industrial.jpg);
    background-size: 60%;
}


#canvas{
    border: 1px solid gray;
    background-color: white;
    margin: 10px;
    width: 500px;
    height: 400px;
    background-image: url(background-industrial-2.jpg);
    background-size: 120%;
    border-radius: 5px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    margin: 70px 30px 0 30px;
}

.score{
    background-color: gray;
    background-image: url(background-industrial-\ 4.jpg);
    width: 250px;
    height: 330px;
    border: 6px solid #262d31;
    border-radius: 5px;
}

.score img {
    margin: 10px 40px;
    width: 100px;
}

.score strong p {
    font-size: 20px;
    margin:  20px 40px;
}

#title {
    display: flex;
    justify-content: center;
}

#title img{
    width: 300px;
}

.startscreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: lightblue;
    position: absolute;
    margin: 10px;
    width: 500px;
    height: 400px;
    background-image: url(background-brickwall.jpg);
    background-size: 150%;
    border: 4px solid #262d31;
    border-radius: 5px;
}

.startscreen img {
    align-self: center;
}

#startbutton {
    align-self: center;
    width: 200px;
    position: relative;
    border: 0;
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: top .01s linear;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: white;
    background-color: #23495f;
}

.choose-character {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: lightblue;
    position: absolute;
    margin: 10px;
    width: 500px;
    height: 400px;
    background-image: url(background-brickwall.jpg);
    background-size: 150%;
    border: 4px solid #262d31;
    border-radius: 5px;
}

.choose-character {
    display: flex;
    justify-content: center;
}

.choose-character h2{
    text-align: center;
}

.choose-character div {
    display: flex;
    justify-content: center;
}

.choose-character img {
    margin: 20px auto;
    width: 350px;
}

.choose-character div img {
    margin: 15px;
    width: 30px;
}

#restartstartbutton {
    align-self: center;
    width: 200px;
    position: relative;
    border: 0;
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: top .01s linear;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: white;
    background-color: #23495f;
}

.game-over-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: lightblue;
    position: absolute;
    margin: 10px;
    width: 500px;
    height: 400px;
    background-image: url(background-brickwall.jpg);
    background-size: 150%;
    border: 4px solid #262d31;
    border-radius: 5px;
}

.display-none{
    display: none;
}

#next-level {
    margin:  10px 40px;
    align-self: center;
    width: 150px;
    border: 0;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: top .01s linear;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: white;
    background-color: #23495f;
}

#baby-level {
    margin:  10px 40px;    
    align-self: center;
    width: 150px;
    border: 0;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: top .01s linear;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: white;
    background-color: #23495f;
}

#changeTheme {
    margin:  10px 40px;    
    align-self: center;
    width: 150px;
    border: 0;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: top .01s linear;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: white;
    background-color: #23495f;
}

.backgroundChange {
    background-image: url(background-girly.jpg);
}

.backgroundChange2 {
    background-image: url(background-girly-startscreen.jpg);
}

.highscore {
    background-color: gray;
    background-color: #23495f;
    margin: 20px 0 0 0;
    width: 250px;
    height: 50px;
    border: 6px solid #262d31;
    border-radius: 5px;
}

.highscore p {
    text-align: center;
    font-size: 18px;
    color: white;
}
