@import url(https://use.typekit.net/bdn4xsc.css);

body {
    background-color: rgb(64, 61, 61);
    color: whitesmoke;
    line-height: 1.6;
    font-size: 14px;
    font-family: nitti-typewriter-normal, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1{
  color: rgba(228, 47, 47, 0.846);
  text-align: center;
  font-size: 35px;
}

h3 {
    color: rgba(44, 190, 166, 0.846);
    text-align: center;  
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 2.0; 
  }

.wrapper {
    display:flex;
  }

.column {
    width: 800px;
    margin: auto;
  }