@charset "utf-8";
/* CSS Document */

body a,
body .btn {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.pills-container {
    padding-top: 2%;
    padding-bottom: 2%;
}
