@font-face {
      font-family: 'Roc Grotesk';
      src: local('Roc Grotesk'), local('RocGrotesk'), url('font.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
}

body {
      overflow: hidden;
}

div.parent {
      display: flex;
      width: 100%;
      height: 100vh;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
}

div.container {
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      max-width: 1130px;
}

div.nigga {
      display: flex;
      width: 100%;
      flex-direction: column;
}

button {
      width: 100px;
      color: red;
      font-family: "Roc Grotesk";
      text-decoration: underline;
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
}

button:hover {
      color: blue;
}

video {
      width: 100%;
      height: 400px;
      max-height: 400px;
      max-width: 400px;
      padding-top: 1rem;
}

#carname {
      margin: 0;
      color: white;
      font-family: "Roc Grotesk";
      font-weight: bolder;
      font-style: italic;
      font-size: 48px;
      text-align: center;
      text-overflow: clip;
}

#titletxt {
      margin: 0;
      color: white;
      font-family: "Roc Grotesk";
      font-weight: bolder;
      font-size: 24px;
      text-align: center;
      color: lime;
      text-overflow: clip;
}

#subtitle {
      color: white;
      font-family: "Roc Grotesk";
      font-size: 32px;
      color: white;
      text-align: center;
      text-overflow: clip;
      overflow: visible;
}

#carsearch {
      margin: 0;
      width: 350px;
      text-align: center;
      background-color: transparent;
      font-family: "Roc Grotesk";
      font-size: 20px;
      text-overflow: clip;
      color: white;
      border-color: white;
      border-style: outset;
      border-radius: 3px;
}