html { 
  background: url(./res/bg2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
  color: white;
  font-family: 'Public Sans', sans-serif !important;
}

.bigheader{
  font-weight: 700;
  font-size: 1.2em;
}

button {
    width: 110px;
    height: 40px;
    font-size: .9em;
    font-weight: 700;
    border-radius: 10px;
    border-width: 0;
    cursor: pointer;
    color:black;
}


.bigthing{
  border: solid;
  width: 300px;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headerArea{
          font-size: 1.2em;
  width: 300px;
  text-align: left;
}

.textdiv{
  width: 270px;
  padding: 10px;
}
.textdiv2{
  text-align: left;
  width: 270px;
  padding: 10px;
}
img{
  padding-top: 10px;
}