body {
    background-color: #101010;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    position:relative;
}

a {
    color:white;
    text-decoration: none;
}

a:hover {
    color:red;
}

table, td, th {  
    border: 3px solid #ddd;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 50vw;
}

th, td {
    padding: 15px;
}

.rat {
    text-align: left;
    width:250px;
}

.rat img {
    max-width: 100%;
    max-height: 100%;
}

.container {
    background: black;
    color: white;
    position: absolute;
    top: 30vh;
    left: 25vw;
    padding: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    padding:5px;
}

