html {
    font-size: 16px;
    font-family: 'nunito sans', sans-serif;
    color: #C4D4C8;
    text-align: center;
}
html,
body {
  height: 100%;
  width: 100%;
}

.container {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

i {
    padding: 0 0.5rem;
}

a {
    text-decoration: none;
    font-weight: 600;
}


a:link {color:#C4D4C8}
a:visited {color:#C4D4C8;} /* visited link is black (reverse the color back to black)*/
a:hover {color:#ffffff}   /* mouse over link (blue when mouse over)*/
a:active {color:#00CC33;}  /* selected link (blue in the split second which you loading the page.)*/


h1 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0.5rem;

}

h2 {
    font-size: 2.25rem;
    padding: 1rem 1rem;
}

h3 {
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem;
}

h4 {
    font-size: 1rem;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right:0;
    padding: 1rem 1rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 100;
}