@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Press+Start+2P&display=swap");

html,
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background: center / cover no-repeat
    url("../assets/startMenu/start-menu-background.png");
}

.logo-break-build {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
}

.button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 50px;
  border-radius: 10px;
  padding: 20px 150px;
  border-bottom: 20px solid var(--Hoki-950, #2c343a);
  background: linear-gradient(
    96deg,
    #607584 32.41%,
    #7d99ae 49.61%,
    #627786 62.02%,
    #4b5a64 95.49%
  );
  box-shadow: 0px 0px 0.781px 0px rgba(0, 0, 0, 0.25) inset,
    0px 0px 42.971px 0px var(--Picton-Blue-400, #2cc2ff);
}

.button-text {
  color: #fff;
  font-family: "Press Start 2P";
}

.button-icon {
  position: absolute;
  top: 50px;
  right: 32px;
}

#start-video {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
