body {
    background-image: url("../images/what-the-hex.png");
    background-repeat: repeat;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#header {
    padding-top: 1%;
    padding-bottom: 0%;
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    font-size: 45px;
}

#content {
    padding-left: 25%;
    padding-right: 25%;
    font-family: 'Permanent Marker', sans-serif;
    font-size: 35px;
    text-align: center;
}

h2 {
    text-align: center;
}

#navbar a {
    display: inline;
    font-family:  'Permanent Marker', cursive;
    font-size: 35px;
    color:black;
    margin: 0;
    padding: 1%;
  }
  

.subHeading{
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    font-size: 30px;
}
.button {
    background-color: #333;
    border: none;
    color: white;
    padding: 20px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Bree Serif', serif;
    border-radius: 10px;
    margin: 4px 2px;
}

a {
    text-decoration: bold;
    color: #FFF;
}


.container {
    width: 400px;
    margin: 0 auto;
    padding: 1%;
    text-align: center;
}

.icon {
    display: inline-block;
    background: #333;
    width: 60px;
    height: 60px;
    color: white;
    margin-left: -5px;
    margin-right: -5px;
    transition: all 0.5s;
    cursor: pointer;
}

.icon span {
    padding-top: 22px;
    opacity: 0;
    transition: all 0.5s;
}