.list {
    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;
    color: white;
    padding-bottom: 30px;
}
.list h2 {
    overflow: auto;
    font-family: verdana;
    padding: 30px 0 0 30px;
    font-size: 22px;
    color: white;
}
.item {
    padding-top: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
}
.item p {
    font-family: verdana;
    font-size: 18px;
    color: white;
    overflow-wrap: break-word;
}
.item a {
    color: rgb(255, 59, 48);
    text-decoration: none;
}
.item a:hover {
    color: rgb(255, 59, 48);
    text-decoration: underline;
}