body {
    background-color: #aefcd4;
}

.title{
    display: flex;
    justify-content: center;
    color: #aefcd4;
    font-weight: bold;
    font-size: 40px;
}

.title p{
    background-color: #8dccab;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin: 5px;
}

.jogosTable {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowOne {
    background-color: #8dccab;
    font-size: 25px;
    color: #aefcd4;
}

.rowTwo {
    background-color: #aefcd4;
    font-size: 20px;
    text-align: center;
    color: #8dccab;
}


table {
    background-color: #8dccab;
    border-radius: 4px;
}

th {
    width: 200px;
}

td {
    width: 200px;
}
