.daftarlink {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}
.daftarweb {
    list-style-type: none;
    padding: 0;
}
a {
    text-decoration: none;
    margin: 20px 0;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    transition: color 0.3s ease;
}
a:hover {
    color: rgb(0, 89, 255);
    transition: .5s ease-in-out;
}
ul li {
    margin: 15px 0;
}
ul {
    list-style: none;
}
li {
    background-color: #e0e0e0;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    
}
.list {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}