html {
    background: #e6e9e9;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-family: "Helvetica", Helvetica Nue, Arial, sans-serif;
    font-size: large;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1000px;
    padding: 2em 2em 4em;
}

h1, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1;
}

h2 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

a {
    color: #0083e8;
}

a.button {
    text-decoration: none;
    background-color: #777;
    color: white;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 1%;
    padding-left: 5%;
    transition: 0.3s;
}

a.button:hover {
  background-color: #cccccc;
  color: black;
}

b, strong {
    font-weight: 600;
}

.center {
  margin: auto;
  padding: 5px;
  text-align: center;
}

#projects{
    height: 
}