@import url('https://fonts.googleapis.com/css2?family=Jost&family=Press+Start+2P&display=swap');


body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: black;
  margin: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 2rem;
  color: white;
  min-height: 100vh;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

main {
  margin-top: 60px;
}

div {
  font-family: "Bebas Neue", cursive;
}

p {
  font-size: 2rem;
}

.titleContainer{

  text-align: center;
  font-family: "Press Start 2P", cursive;
  font-size: 16px;
  user-select: none;
}

.descriptionContainer{
  text-align: center;
  font-family: "Press Start 2P", cursive;
  margin-top: 50px;
  font-size: 12px;
  user-select: none;
}

.contactContainer{
  margin-top: 100px;
  width:100%;
  text-align: center;
  font-family: "Press Start 2P", cursive;
  user-select: none;
}

a{
  font-size: 12px;
  color:rgb(45, 255, 185);
  user-select: none;
}

@media screen and (max-width: 600px) {

  
}

