body {
    background: #f26223;
    margin:0px;
}

body>div {
    padding-top: 4em;
    background: #fbaf1d;
    background-repeat: no-repeat;
}

#container {
    padding-top: 0px;
    background: repeating-linear-gradient(#fbaf1d, #f26223);
    background-repeat: no-repeat;
    text-align: center;
}

#buttons {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    padding-left:10px;
    padding-right:10px;
}

button {
    max-height:auto;
    max-width:200px;
    cursor: pointer;
    border-radius: 25px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    min-width: 200px;

    margin-left: 5px;
    margin-right: 5px;

    box-shadow: 0px 0px 2px #fff;
}

div>button:hover {
    box-shadow: 0px 0px 5px #fff;
}

div>button:active {
    box-shadow: 0px 0px 10px #fff;
}

