html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
svg,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
  background: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Calistoga";
  font-size: 1.5em;
  line-height: 1.75em;
  margin-top: 2rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

p {
  margin-bottom: 1em;
}

a,
a:visited,
a:active {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.page {
  max-width: 580px;
  margin: 0 auto;
  padding: 4rem 1em;
}

.title {
  margin-bottom: 1rem;
  text-align: center;
}

.title_name,
.title_type {
  display: inline-block;
}

.title_name {
  font-size: 1.5em;
  display: block;
  line-height: 1.25em;
}

.title_img {
  width: 200px;
  height: 200px;
  display: inline-block;
  border-radius: 100px;
}

.contact_col {
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  p {
    text-align: justify;
  }
  .contact {
    display: flex;
  }

  .contact_col {
    flex: 1;
  }
}

@font-face {
  font-family: 'Calistoga';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/calistoga.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(lato.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
