body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2E7D5;
}

.container {
    display: flex;
    width: 800px;
    height: 800px;
    flex-wrap: wrap ;
}

.btncontainer {
    display: flex;
}

.header {
    margin: 5px;
}

h1 {
    background-color: #393E46;
    color: #F7F7F7;
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 8px;
    padding: auto 10px;
    text-align: center;
}

button {
    margin: 10px;
    margin-top: 3px;
    background-color: #6D9886;
    color: #F7F7F7;
}

a {
    text-decoration: none;
    color: #F7F7F7;
}

.square {
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    border-style: dashed;
    border-width: 1px;
}

.newSquare {
    box-sizing: border-box;
    border-style: dashed;
    border-width: 1px;
}