/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}


/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33.33333%;
}

/* Style tab links */
.tablink2 {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 50%;
}

/* Set default styles for tab content */
.tabcontent {
    color: white;
    display: none;
    text-align: center;
}
/* Set the styles for all of the sub buttons */
.button{
    border: none;
    color: white;
    /*padding: 10px 16px;*/
    width: 16.4% ;
    height: 6% ;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.lightblue {
    background-color: #7C92BC /* Light Blue */
}

.darkblue {
    background-color: #2C3274 /* Dark Blue */
}
.orange{
    background-color: #FC8E04; /* Orange */
}
.green {
    background-color: #008C00; /* Green */
}
.purple{
    background-color: #8C00BA; /* Purple */
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: 25%;
}
h1 {
    text-align: center;
}   

