@import "~reset-css/sass/reset";
html, body {
height: 100%;
}
.center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;