*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Source Code Pro', monospace;
    font-size: xx-large;
    list-style: none;
    text-decoration: none; 
}

body {
    background-color: #e5e5e5;
}

.tile{
    height: 10rem;
    width: 10rem;
    border: 2px solid #ff6600;
    display: inline-block;
    margin: 10px;
    margin-top: 5px;
    padding: 10px 10px; 
    text-align: center;
}
#tilesContainer{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    padding-top: 10px;
}