@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

body {
	margin: 40px;
	font-family: Arial, sans-serif;
}

/*! TACHYONS v4.9.1 | http://tachyons.io */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}a,body,html,main,p{box-sizing:border-box}.br{border-right-style:solid;border-right-width:1px}.dn{display:none}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.white{color:#fff}.bg-black{background-color:#000}.pa4{padding:2rem}.ma0{margin:0}.mt4{margin-top:2rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.measure-narrow{max-width:20em}.center{margin-left:auto}.center{margin-right:auto}@media screen and (min-width:30em) and (max-width:60em){.pa4-m{padding:2rem}.f2-m{font-size:2.25rem}}@media screen and (min-width:60em){.pa0-l{padding:0}.f1-l{font-size:3rem}}
	
html {
	height: -webkit-fill-available;
	background-color: #111111;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	min-height: 100vh;
	min-height: -webkit-fill-available;  /* mobile viewport bug fix */
	background-color: #111111;
}
		 
 h1 {
	 font-family: Helvetica, Arial, sans-serif;
	 font-size: 4rem;
	 color: #F3982A;
	 font-weight: normal;
 }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
