@charset "UTF-8";
/* CSS Document */
body {
    -webkit-text-size-adjust: none;
}

.box {
  margin: auto;
  display: grid;
  width: 500px;
  grid-template-columns: 250px 250px;
  align-items: start;
  justify-content: space-between;
}
.box :first-child {
    align-self: center;
}
.font-face {
    font-family: 'Maven Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    font-size: 30px;
}
.job {
    font-family: 'Maven Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 8px;
    font-size: 19px;
}
.address1 {
    font-family: 'Maven Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 8px;
    font-size: 19px;
}
.address2 {
    font-family: 'Maven Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    letter-spacing: 1px;
    line-height: 8px;
    font-size: 19px;
}
.email {
    font-family: 'Maven Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 8px;
    font-size: 21px;
}
.link {
    font-family: 'Maven Pro', sans-serif;
    color: #000000;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    line-height: 14px;
    font-size: 20px;
}
