@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

body {
    color: black;
    font-family: 'Roboto';
    margin: 10px 15px 10px 15px;
    text-align: center;
    -webkit-font-smoothing:antialiased;
    font-size: 14px;
    background-image:  url('../img/feathers.png');

}

h2 {
    color: rgba(219,31,5,1);
    font-family: 'Yanone Kaffeesatz';
    font-size: 50px;
    margin: 10px auto 10px auto;

}

img {
    width: 100%;
    max-width: 400px;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.btn, input[†ype='submit'] {
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 3em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 20px auto 30px auto;
    width: 200px;
    text-align: center;
    border: none;

    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.btn:active, input[†ype='submit']:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}