body {
    background-color: #ffe4ec;
    color: #d63384;
    font-size: 130%;
}

a {
    color: #ff69b4;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

a:hover {
    color: #e62b63;
}
