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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

body {
    line-height: 1;
    margin: 0;
    font-family: Montserrat;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

.body_container {
    width: 100%;
    height: 100vh;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.body_container {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}
.bottom_container {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
}
.body_main_text_wrap h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 24px;
}
.body_main_text_wrap p {
    font-size: 14px;
    line-height: 24px;
}
.bottom_container p {
    font-size: 14px;
    line-height: 24px;
}
.bottom_container a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 600px)  {
    .body_main_text_wrap h1 {
        font-size: 48px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .body_container {
        padding: 24px;
    }
    .bottom_container {
        width: 100%;
        padding: 0px 15px;
        font-size: 12px;
        bottom: 15px;
    }
    .bottom_container p {
        font-size: 12px;
        line-height: 20px;
    }
    .p_last {
        font-size: 9px!important;
    }
}































