
@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:wght@100;200;300&display=swap');

h1 {
    color: white;
    font-size: 50px;
    margin-bottom: 50px;
}

h2 {
    color: white;
    font-size: 40px;
    margin-top: 30px;
}

body {
    font-family: 'Pathway Extreme', sans-serif;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div{
    display: block;
}

.block{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    position: relative;
    margin-left : 5px;
    background-color: black;
    text-align: center;
    float: left;
    font-size: 40px;
    color: white;
}

#board{
    background-color: white;
    /* margin-left: 100px;
    margin-top: 100px; */
    /* border-radius: 10px; */
    padding: 5px;
}

.row{
    width: auto;
    height: 100px;
    margin-top: 5px;
    
}

#row-0{
    margin-top: 5px;
}
