/*font list!*/
@font-face {
  font-family: "Sears Tower";
  src: local(Sears_Tower), url("/fonts/sears-tower/Sears_Tower.ttf");
}

@font-face {
  font-family: "3D Noise";
  src: local(3D Noise), url("/fonts/3dnoise/3dnoise.ttf");
}

@font-face {
  font-family: "Source Sans 3";
  src: local(SourceSans3-VariableFont_wght), url("/fonts/SourceSans3-VariableFont_wght.ttf");
  font-weight: normal;
}

/* #### Generated By: http://font.download #### */

@font-face {
  font-family: 'Frutiger';
  font-style: normal;
  font-weight: normal;
  src: local('Frutiger'), url('/fonts/Frutiger/Frutiger.woff') format('woff');
}

@font-face {
  font-family: 'Frutiger Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Frutiger Bold'), url('/fonts/Frutiger/Frutiger_bold.woff') format('woff');
}

@font-face {
  font-family: 'Folio Std Light';
  font-style: normal;
  font-weight: normal;
  src: local('Folio Std Light'), url('/fonts/Folio/Folio-Std-Light.woff') format('woff');
}
  
@font-face {
  font-family: 'Folio Std Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Folio Std Medium'), url('/fonts/Folio/Folio-Std-Medium.woff') format('woff');
}
  
@font-face {
  font-family: 'Folio Std Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Folio Std Bold Condensed'), url('/fonts/Folio/Folio-Std-Bold-Condensed.woff') format('woff');
}
  
@font-face {
  font-family: 'Folio Std Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Folio Std Bold'), url('/fonts/Folio/Folio-Std-Bold.woff') format('woff');
}
  
@font-face {
  font-family: 'Folio Std Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Folio Std Extra Bold'), url('/fonts/Folio/Folio-Std-Extra-Bold.woff') format('woff');
}


/*base styling*/
body{
  display: flex;
  background-image: url("/graphics/nurple-static-bright.gif");
  color: white;
  font-family: "Folio Std Light";
}

main{
  display: flex;
}

h1{
  font-family: "Folio Std Bold Condensed";
}

.outerbutton{
  position: fixed;
  bottom: 4px;
  right: 4px;
}