@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: .950rem;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-middle;
}