body {
    color:white;
    background: url("../img/bg_0.png") no-repeat center center fixed;
    background-size: cover;
    overflow-x: hidden;
    font-family: Tahoma, sans-serif;
}

.header {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #00006B;
}

.content {
    position: absolute;
    top: 100px;
    text-shadow: 0px 0px 10px black;
    width: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00006B;
    text-align: center;
}

button {
    background-color: yellow;
    color: black;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    margin: auto;
}

.button-box {
    width: 100%;
    text-align: center;
}