body {
    margin: 0;
    color: #84CC16;
    font-family: Inter, Arial, sans-serif;
}
a {
    color: #F97316;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
img {
    height: auto;
    max-width: 100%;
    border: 0;
}
