a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  padding: 0;
  margin: 0;
}
input,
textarea {
  border: none;
}
textarea {
  resize: none;
}
@font-face {
  font-family: Poppins;
  font-weight: 700;
}
@font-face {
  font-family: Poppins;
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  font-weight: 500;
}
* {
  box-sizing: border-box;
}
html {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color: #fff;
  background: #000;
  filter: contrast(105%);
}
@media (min-width: 1000px) {
  html {
    height: 100vh;
  }
}
body {
  margin: 0;
  position: relative;
  z-index: 1;
  min-height: 100%;
  width: 100%;
}
@media (min-width: 1000px) {
  body {
    margin: auto 0;
  }
}
.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75vw;
}
.flex-container > img {
  margin-top: 7.5vw;
}
