@charset "utf-8";
caption{
    font-size: 35px;
    color: white;
    background-color: rgb(45, 46, 47);
    border-radius:5px;
}

table{
    width: 100%;
    font-family: 'DotGothic16', sans-serif;
    border: solid 2px;
    border-collapse: collapse;
    table-layout: fixed;
}

th{
    color: white;
    padding: 10px;
    border:solid 2px;
    background-color: rgb(45, 46, 47);
}

td{
    font-weight: bold;
    padding: 10px;
    border:solid 1px;
    text-align: center;
    background-color: white;
}