@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  height: 100vh;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4 {
  overflow-wrap: break-word;
}


body {
    background-image: url("../imgs/background.png");
    background-size: contain;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

img {
    margin: 0 auto;
    display: none;
}

p {
    color: #FFF;
    font-size: 50pt;
    font-family: "Oswald", system-ui, sans-serif;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #000 0 0 15px;
}

p > i {
    font-size: 100pt;
    vertical-align: bottom;
    color: #f3e143;
    text-shadow: #000 -5px 0 0,
                 #000 5px 0 0,
                 #000 0 -5px 0,
                 #000 0 5px 0;
}

.icon-flip-x {
    display: inline-block;
    transform: scaleX(-1) !important;
}