@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    color: #333;
    padding: 1rem;
    margin: 0;
}

p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    margin: 0.5rem 0;
}

a {
    text-decoration: none;
    color: #0066cc;
    font-weight: 500;
}

a:hover {
    color: #004499;
    text-decoration: underline;
}
