body{
    margin: 0;
    border: 0;
    display: block;
    background-color: black;
    color: white;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}
.intro{
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 10%;
    width: 100%;
    position: fixed;
}
.start{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    width: 100%;
    height: 100%;
}
.start h1{
    font-size: 5em;
    position: fixed;
    margin-bottom: 300px;
}
.start h6{
    font-size: 20px;
}