@import "colors";
@import "mixins";
html,
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: $background-color;
color: $text-color;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
font-size: large;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: flex-start;
footer {
margin-top: auto;
}
}
@import "buttons";
@import "header";
@import "main";
@import "footer";