/* Ranzari Gabriele 5 AIN 09/10/2022 */

* {
    font-family: Tahoma, sans-serif, Verdana, Geneva;
}

body {
    background-color: #151935;
}

h1,
h2,
h3,
h4,
p {
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    color: beige;
    width: 50%;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

table,
tr,
td,
th {
    width: 50%;
    text-align: center;
    color: beige;
    border: 1px solid #12152c;
    border-radius: 10px;
    margin: 0 auto;
}

table {
    background-color: black;
}

tr,
td,
th {
    background-color: #12152c;
}