* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3{
  text-align: center;
  text-transform: uppercase;
}
h1{
  font-size:40px;
}
@font-face {
    font-family: 'PressStart2P';
    src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.no-select{
  user-select: none;
}
.pixel-font{
  font-family: 'PressStart2P';
  font-weight: bold;
}
.section{
    min-height: 100vh;
    padding: 80px 20px;
    display: flex;
    flex-direction:column;
}

body {
    background-color: black;/*black?*/
    color: #fff;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    position: relative;
}
.disable{
    display:none !important;
}
