@import url('https://fonts.googleapis.com/css?family=Righteous');
.container{
font-family: 'Righteous', cursive;
background-color: #f2f2f2;
}
.btn-wrap a{
color:#212121;
font-family: 'Righteous', cursive;
font-size:18px;
padding: 11px 28px;
}
.btn-wrap a:hover{
text-decoration: none;
}
.btn-wrap{
font-family: 'Righteous', cursive;
border-width: 4px;
box-shadow: 4px 5px 0 #212121;
border: 4px solid #212121;
text-align: center;
padding: 7px;
}
.btn-wrap:hover{
-webkit-transform: translate(2px,3px);
transform: translate(2px,3px);
box-shadow: 2px 2px 0 #212121;
}
h3{
margin-top:0px;
}
h1{
font-weight:bold;
}
.row{
padding-top:20px;
padding-bottom:20px;