body {
background-color: rgb(199, 132, 132);
}

.main {
    display:flex;
    justify-content: center;
}
.Title {
    display:flex; 
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    font-size: 36px;
    background-color: rgb(177, 88, 88);
}
.change-container {
    display: flex;
    justify-content: center;
}
.change-grid {
    display: flex;
    background-color: rgb(199, 132, 132);
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}

.Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(199, 132, 132);
    margin-top:40px;
}

.row {
    display: flex;
    background-color: white;
    
}

.tiles {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid black;
}