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

body {
    background-color: rgb(228, 228, 228);
    color: rgba(0, 0, 0, 0.673);
    font-size: 13px;
    font-family: coronette, serif;
    font-weight: 400;
    font-style: normal;
}

h1{
    font-size: 60px;
    color: black;
    font-family: la-bohemienne,sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    color: black;
    font-size: 16px;
    line-height: 0.1px;
    margin-bottom: 60px;
  }

.space {
    margin-bottom: 100px;
}
.pspace{
    margin-bottom: 40px; 
}
.center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.left {
    text-align: right;
    margin-right: 180px;
}
.wrapper {
    display:flex;
  }

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