@font-face {
  font-family: "ShareReg";
  src: url('fonts/Share-Regular.ttf');
}

@font-face {
  font-family: "ShareBold";
  src: url('fonts/Share-Bold.ttf');
}

html, body {
  height: 100%;
  margin: 0;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
}

h2 {
  text-align: center;
  text-transform: capitalize;
  font-size: 60px;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  display: inline;
}

h4 {
  text-align: center;
  text-transform: uppercase;
  display: inline;  
  font-weight: normal;
  color: #00ff01;
  font-size: 80px;
}

a {
  text-align: left;
  padding-left: 1vw;
  padding-right: 1vw;
  text-decoration-line: none;
  color: white;
}

#unixtime {
  font-size: 80px;
}

#remainingtime {
  font-size: 80px;
  color: lawngreen;
}

.timer-txt {
  text-align: right;
  text-transform: uppercase;
  font-size: 30px
}

.green-textbox {
  color: #00ff01;
  display: block;
  box-shadow: 0px 0px 0px 2px #00ff01 inset ;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: normal;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.infoimg {
  display: block;
  object-fit: contain;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.info_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  display: inline;
}

.infotxt {
  text-align: justify;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 48px;
}

.infobttn {
  height: 100px;
  width: 350px;
  font-size: 48px;
  margin-top: 120px;
  margin-bottom: 40px;
  padding-right: 10px; 
  padding-left: 10px; 
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 0px;
  font-family: "ShareReg";
  src: url('fonts/Share-Regular.ttf');
  display: block;
  margin-left:auto;
  margin-right:auto;
}

.contest-description {
  font-size: 60px;
  text-transform: uppercase;
}

.contest-icon {
  display: inline;
  width: 80px;
  float: left;
  margin-right: 20px;
  margin-top: 30px;
}

.context-scope
{
  font-size: 48px;
}

.headerimg {
  float: left;
  width: 100px;
}

.headertxt {
  font-size: 40px;
  line-height: 1.5em;
}

.flex-container {
  font-family: 'ShareReg';
  text-align: center;
  background: black;
  color: white;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.flex-container>* {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
  display: flex;
  justify-content: safe;
  align-items: center;
}

.left-container {
  width: 90%;
  float: left;
  text-align: left;
}

.rigt-container {
  width: 90%;
  float: right;
  text-align: right;
}

.header {
  background: black;
  background-color: black;
  height: 100px;
  flex-direction: row;
  justify-content: left;
  padding: 20px;
}

.main {
  background-color: black;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  flex: 1 0 auto;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 10vw;
}

.footer {
  background-color: black;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 3vw;
  padding-bottom: 5vw;
  width: 100%;
  flex-direction: row;
  justify-content: left;
  font-size: 32px;
}

.footer a {
  margin-right: 30px;
}