body{
    color: white;
    background-color: black;
    text-align: center;
    margin-top: 10%;
    font-family: cursive ;
    font-size:xx-large;
}
img{
    height: 20%;
    width: 20%;
}
.article-link {
    display: inline-block;
    margin: 30px 0 40px;
    padding: 12px 22px;
    text-decoration: none;
    color: #e8ecff;
    border: 1px solid rgba(140,170,255,0.4);
    border-radius: 6px;
    font-size: 0.95rem;
    letter-spacing: 1px;
    transition: 0.3s ease;
    background: rgba(120,150,255,0.05);
}

.article-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(120,150,255,0.5);
    background: rgba(120,150,255,0.12);
}
