td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color: #FFFFFF;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

body {
    font-family: Futura, sans-serif;
    background-color: #FBFBFB;
}

table {
    border-collapse: collapse;
}

.content {
    max-width: 1200px;
    margin: auto;
}

.tittle {
    text-align: center;
}

.button {
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: #c60c30;
    color: white;
    border: 2px solid #822433;
}

.button1:hover {
    background-color: #822433;
    color: white;
    border: 2px solid #c60c30;
}