h1{
	font-size: 2em;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	color: yellow;
  text-align: center;
}

a{
	color: lightgray;
	font-size: 1.5em;
	text-decoration: none;
}

body {
  background-image: url("../images/background.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.big{
	font-size: 3em;
	color: red;
	font-weight: 2em;
  text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000;
}

.big2{
	font-size: 3em;
}

button{
  background-color: transparent;
  border-color: transparent;
  size: 5em;
  cursor: pointer;
}

.fa-2xl{
  font-size:5em
}

.title{
  justify-content: center;
}

.white{
	color: white;
}

.flex-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.bottom-txt{
  bottom: 0;
}

/* Imported things */
a{
  flex-grow: 1;
  min-width: 45vw;
  height: 70pt;
  overflow: hidden;
  appearance: button;
  background-color: lightgray;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: din-round,sans-serif;
  font-size: 30pt;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 8pt;
  outline: none;
  overflow: visible;
  padding: 15px 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 99%;
}

a:after {
  background-clip: padding-box;
  background-color: gray;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: 4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

a:main,
a:focus {
  user-select: auto;
}

a:hover::after {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

a:hover:not(:disabled) {
  transition: background 0.3s;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  border: 1px solid black;
  background: linear-gradient(90deg, rgba(2,0,36,0.6895133053221288) 0%, rgba(9,9,121,0.6082808123249299) 35%, rgba(0,212,255,0.5214460784313726) 100%);
}

a:disabled {
  cursor: auto;
}
