html{
    width: 100vw;
    height: 100vh;
    /* background: url("./assets/black-grid.jpg"); */
    background-size: cover;
    overflow: hidden;
}
body{
    font-family: "Montserrat";
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: black;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}