body {
    text-align: center;
    background-image: url("../images/gaming-pattern.png");
    font-family: 'Gaegu', cursive;
    
}

header {
    background-color: #fff;
    margin: 0 auto;
    width: 960px;

}
section {
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
    height: 100%;
    border: 1px solid #ddd;
}

div img.topImg {
    height: 400px;
    width: 100%;
    opacity: 0.9;
}

h1 {
    float: left;
    position: absolute;
    top: 45px;
    left: 700px;
    color: white;
}

button {
    width: 150px;
    height: 50px;
    font-size: 14px;
}