@font-face {
    font-family: OldGameFont;
    src: url(Pixel_Emulator.otf);
}

div {
    font-family: OldGameFont;
    font-size: 30px;
}

h1 {
    font-size: 40px;
    padding: 0 0 10px;
}

#gb-left {
    background-image: url("../images/gb-left.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: white;
    max-width: 232px;
    height: 1605px;
}

#gb-right {
    background-image: url("../images/gb-right.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-color: white;
    max-width: 232px;
    height: 1605px;
}

#gb-mid {
    width: 512px;
    height: 1605px;
}

#gb-top {
    background-image: url("../images/gb-top.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
    max-width: 512px;
    height: 210px;
}

#gb-bottom {
    background-image: url("../images/gb-bottom.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: white;
    max-width: 512px;
    height: 930px;
}

#gb-screen {
    background-image: url("../images/start.jpg");
    background-repeat: no-repeat;
    background-color: #829541;
    width: 512px;
    height: 465px;
}

#opening {
    padding-top: 62px;
    font-size: 26px;
}

#user {
    float: left;
    margin: 10px 15px;
}

#computer {
    float: right;
    margin: 10px 15px;
}

#message1 {
    width: 100%;
    height: 110px;
    padding-top: 70px;
    text-align: center;
}

#message2 {
    font-size: 24px;
    background-color: #829541;
}

#bricks {
    width: 100%;
    padding: 15px;
    text-align: center;  
}

.brick {
    background-image: url("../images/brick.jpg");
    background-repeat: no-repeat;
    width: 50px;
    height: 46px;
    padding: 8px 0 0 2px;
    text-align: center;
    display: inline-block;
}