body {
    text-align: center;
}
.title_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
button {
    width: 100px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 15px;
}
table {
    border-spacing: 0;
    margin: 0 auto;
}
th,
td {
    border:  1px solid #333;
    padding: 25px;
    margin: 0;
}
.active {
    color: #ff0000;
}
