.content:target{
    scroll-margin-top: 150px;
}
.image img {
    width: 50px;
    float: left;
    padding: 5px 0 5px 30px;
}
.content h2 {
    padding: 15px 0 15px 10px;
    clear: right;
    color: white;
}
.introduction ol {
    padding-left: 80px;
}
.introduction li {
    font-family: verdana;
    font-size: 18px;
    color: white;
}
.table {
    padding: 15px 0 15px 0;
    font-family: arial;
    box-shadow: 0 0 1rem 0 rgba(51, 31, 31, 0.2); 
    background-color: black;
    backdrop-filter: blur(5px);
    width: 1000px;
    border-radius: 14px;
    margin: 0 auto;
    clear: both;
}
.table th {
    text-align: center;
    padding: 0 0 5px 0;
    color: white;
}
.table td {
    text-align: center;
    color: rgb(212, 212, 212);
}