body{
    background: #ea1fb4;
    font-family: open-sans, sans-serif;
}
.container{
    margin: 0px auto;
}
.jumbotron{
    background-color: transparent;
    border: none;
    text-align: center;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: fuchsia;
}
button{
    background-color: #c61095;
    border: 1px solid #979797;
    display: block;
    margin: 0px auto;
    font-size: 4.5em;
    padding: 20px;
    color: #ff0000;
    margin: 0px auto;
    margin-top: -66px;
}
.row.main{
    background: #d8d8d8;
    margin-top: 66px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: none;
}
thead{
    color: white;
    border-bottom: 1px solid black;
}
.table>thead>tr>td{
    vertical-align: baseline;
}
td{
    padding-left: 40px!important;
    padding-bottom: 0px!important;
}
td.rang {
    font-size: 3em;
}
td.score {
    font-size: 6em;
}
tbody{
    color: #ff0043;
}