
body{
	/*background-color: #FFF;*/
  background-color: #000;
/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23DCEFFA' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");*/

}
.inputsection{
  margin: 0 auto;
  text-align: center;
  padding: 12px;
}
header{
background-color:#000;
font-size:40px;
color: #f0002f;
padding:15px;
margin-bottom:10px;
text-align: left;
font-family: 'Bebas Neue', cursive;
}
.extra{
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  margin-top: 50px!important;
  color: #343637;
  max-width: 300px;
  margin:0 auto;
  line-height: 1.2;
}

.blankdiv{
  height: 50px;
}

.fa{
 color: #f0002f; 
 padding: 24px;
 font-size: 30px;
}
.dummy{
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}

.info{
  line-height: 1.5;
  color: #FFF;
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  max-width: 600px;
  margin: 0 auto;
  padding: 18px;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  display: none;
  width: 80%;

}
.main>img{
 max-width: 150px;
}
#name{
  color: #FFF;
  font-size: 20px;
  font-family: 'Bebas Neue', cursive;
}
.dummy{
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sbutton{
  border: 1px solid black;
  background-color: #EB1537;
  color: #FFFFFF;
  padding: 10px;
  width: 104px;
  outline: 0px;
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
}

