/* latin-ext */
@font-face {
    font-family: 'Livvic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlfXbdM3knjsS_ulYHs.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Livvic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlfXbdM5knjsS_ul.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;
}

/* latin-ext */
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfXZuM7mH_OScuk.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfXaOM7mH_OSQ.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;
}

/* Reset CSS */
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;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: inherit;
}

p,
ul,
li {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
    --beige-primary: #FBFAF9;
    height: 100%;
}

*,
:after,
:before {
    box-sizing: border-box;
    line-height: 150%;
}

*:focus {
    outline: 0 !important;
}

body {
    background-color: var(--beige-primary);
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

main{
    padding-top: 18%;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#bg-logo {
    position: absolute;
    top: 206px;
    left: 0;
    width: 579px;
    height: 812px;
    z-index: -1;
}

#logo {
    display: flex;
    justify-content: center;
    margin-bottom: 106px;
    resize: both;
    width: 100%;
}

@media all and (max-width: 500px) {
    #logo {
        margin-bottom: 42px;
    }
}

main p {
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
    margin: 0;
}

address {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

address span,
a {
    font-style: normal;
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
    margin: 0;
}

address a {
    text-decoration: underline;
}