* {
    margin: 0;
    padding: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

table th, table td {
    width: 15%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    font-size: 18px;
}

table th {
    background: #cccccc;
}

.go-to-link {
    display: inline-block;
    float: right;
    color: #f00;
    font-size: 24px;
    margin-top: 20px;
}