@import url('https://fonts.googleapis.com/css?family=Bungee|Michroma');
/*
font-family: 'Michroma', sans-serif;
font-family: 'Bungee', cursive;
*/
body{
    font-family: 'Bungee', cursive;
    color:white;
    background-image: url("../images/background.jpg");
    background-repeat: repeat;
}

jumbotron{
    background-color: cadetblue;
}

jumbotron, h1{
    font-family: 'Bungee', sans-serif;
    font-size: 50px;
    text-align: center;
    padding: 2%;
    color: black;

}
 h2{
    font-family: 'Bungee', sans-serif;
    font-size: 25px;
    text-align: center;
    color: black;

}

.panel-body{
    text-align: center;

}

.btn-block{
    height: 75px;
    font-family: 'Bungee', sans-serif;
    font-size: 25px;

}