
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* Layout */
body, html { height: 100%; width: 100%; margin: 0px; padding: 0px; }
body { font-size: 1em; font-family: 'Lato', sans-serif; }
.centerFlex {
   align-items: center;
   display: flex;
   justify-content: center;
   text-align: center;
   font-family: sans-serif;
}
/* Style */
.backgroundy { background-image: url(tandy_747.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
body { background: #444044; color: #fff; }
a { color: #99ffff; }
.centerFlex h1 { font-size: 4em; margin: 0px; font-weight: normal; }
/* non-mobile background images */
@media screen and (min-width: 1328px) {
   .backgroundy { background-image: url(tandy_1106.jpg) }
   body { font-size: 1.25em; }
}
@media screen and (min-width: 1965px) {
   .backgroundy { background-image: url(tandy.jpg) }
}
