/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/* ================== My stylesss =============================== */
/* ================== My stylesss =============================== */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Arial', 'Helvetica', sans-serif;
    background-color: #f4f4f4;
    color: #010101;
    line-height: 1.5;

}

main {
    max-width: 650px;
    margin: 0 auto;
    padding: 80px 0;
}

h1 {
    font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1em;
    border-left: 10px solid #404040;
    padding-left: 20px;
}

p {
    font-weight: 300;
    margin-bottom: 2em;
    padding-left: 35px;
    font-size: 1.02em;

}

span {
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
}

a {
    color: #0d5598;
    text-decoration-color: #5fa2f961;
    text-underline-offset: 3px;
}

footer {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #b9b9b99d;

}

footer p,
cite {
    color: #747474;
    font-size: 0.9em;
    margin-bottom: 5px;

}