*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, .container {
  height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  font-family: 'Open Sans', sans-serif;    
/*  font-family: Helvetica, Arial, sans-serif;*/
  font-size: 18px/23px;
  color: #ffffff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* styling */
h1 {
  color: #fbfafa; /*#efecec;*/
  text-transform: uppercase;
    font-size: 35px;
/*  text-shadow: 2px 3px #252525;*/
  line-height: 50px;
  /*font-weight: 100;*/
  margin-top: 100px;
  text-align: center;
}

h2 {
  color: #fbfafa; /*#efecec;*/
/*  text-transform: uppercase;*/
  font-size: 25px;
/*  text-shadow: 2px 3px #252525;*/
  line-height: 30px;
  /*font-weight: 100;
  margin-top: 100px;*/
  text-align: center;
}

p {
  color: #fbfafa; /*#efecec;*/
  text-transform: uppercase;
  font-size: 20px;
/*  text-shadow: 2px 3px #252525;*/
  line-height: 30px;
  /*font-weight: 100;
  margin-top: 100px;*/
  text-align: center;
}

.img{
    display: block;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    
}
/* nav top */
.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
/*height: 40px;*/
  z-index: 9999;
  position: fixed;
  padding: 10px;
}
  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }


/* layout */

.container {
  display: block;
  padding-top: 80px;
  width: 100%;
  height: 100%;
}

.center{
  margin: 20px;
    width: 100%;
    border: 0px solid #fff;
    padding: 10px;
    align-content: center;
    height: 40px;
    width: 150px;
}