/* RESET */
strong,
b,
i,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CONTENT */

html {
  background: rgb(50, 51, 61);
}

body {
  font-family: "Montserrat", serif;
  margin: 3em auto 5em;
  max-width: 700px;
}

img {
  margin: 0.5em 0;
  width: 100%;
  border-radius: 3px;
}

a {
  color: rgb(50, 51, 61);
}

.letter {
  background: rgb(253, 245, 232);
  border: 2px #444444 solid;
  border-radius: 0.25em;
  box-shadow: 10px 5px 5px #242427;
  padding: 1em;
  line-height: 120%;
  font-size: 16px;
}

b,
strong {
  font-weight: 500;
}

i,
em {
  font-style: italic;
}

p {
  padding: 0.5em 0;
}

h1 {
  font-size: x-large;
  padding-bottom: 1em;
  text-align: right;
}
