@font-face {
  font-display: swap;
  font-family: 'TimmonsNY';
  src:
    url('./assets/TimmonsNY-regular.woff2') format('woff2'),
    url('./assets/TimmonsNY-regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-display: swap;
  font-family: 'Neue Montreal';
  src:
    url('./assets/NeueMontreal-regular.woff2') format('woff2'),
    url('./assets/NeueMontreal-regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background-color: #0f0f0f;
  font-family: 'Neue Montreal', sans-serif;
  height: 100%;
  min-height: 400vh;
  width: 100%;
}

img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.header {
  color: #fff;
  margin-top: 2em;
  padding: 2em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header:after {
  background-color: #0f0f0f;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: 2;
}

.header .letters {
  display: flex;
  font-family: 'TimmonsNY';
  font-size: 400px;
  text-align: center;
}

.header .letters > span {
  display: block;
  flex: 1;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3em 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.logo {
  position: relative;
}

.logo a {
  color: #fff;
  font-family: 'TimmonsNY';
  font-size: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: 20px;
}

.logo-revealer {
  height: 100%;
  position: absolute;
  top: 0;
  transform-origin: bottom;
  width: 100%;
}

.logo-revealer:after {
  background-color: #0f0f0f;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 2;
}

.website-content {
  padding-top: 500px;
  top: 0;
  width: 100%;
  z-index: 0;
}

.website-content-wrapper {
  margin: 0 auto;
  width: 70%;
}

h1 {
  color: #757575;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.125;
  line-height: 1.125;
  text-align: center;
}

.img {
  border-radius: 40px;
  margin: 60px 0;
  overflow: hidden;
  width: 100%;
}

p {
  color: #757575;
  font-size: 16px;
  line-height: 1.5;
}
