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%;
  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;
}

a {
  text-decoration: none;
}

body {
  background-color: #692d3a;
  height: 100vh;
  width: 100%;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  max-width: 620px;
}

.container {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

h1 {
  margin-bottom: 30px;
}
h1 img {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}

ul {
  display: table;
  margin: 0 auto;
  margin-bottom: 25px;
}

ul li {
  float: left;
  margin: 0 15px;
}

ul li .social.linkedin {
  background: url("../image/social-icon/linkedin.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
ul li .social.instagram {
  background: url("../image/social-icon/instagram.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

ul li .social {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -9999999px;
  position: relative;
}

h3,
h3 a {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}

p,
a {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  color: #692d3a;
  display: block;
}

a {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
a:hover {
  text-decoration: underline;
}
