/* Global */
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;
}

html {
  text-rendering: optimizelegibility;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-margin-top: -350px;
}

ul {
  padding: 0;
  margin: 0;
}

#root {
  width: 100%;
  height: 100%;
}

::selection {
  background: #001f4e;
  color: #ffffff;
}

* {
  font-family: "Arial";
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.7s;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  color: #000;
  font-family: "Arial";
  line-height: initial;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

h2 {
  line-height: 40px;
}

ul,
ol {
  list-style-type: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-zoom: none;
}
a:hover {
  text-decoration: none;
}

.footer a {
  color: #ecedf0;
}

body {
  background-color: #fff;
  position: relative;
  min-width: 375px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.77778;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
.logo {
  width: 200px;
  height: auto;
  margin-bottom: 60px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
p {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* Media */

@media (max-width: 992px) {
  .logo {
    width: 120px;
    margin-bottom: 40px;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
