@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');

html {
    background-color: #EBEFEE;
    color: #4A413C;
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}
main {
    padding: 1rem 2rem;
    max-width: 500px;
}

a {
    color: #FC0C04;
    cursor: pointer;
    text-decoration: none;
}

.imageOnHover {
    color: #FC0C04;
}

a:hover, .imageOnHover:hover {
    text-decoration: underline;
    text-decoration-style: wavy;
}

#portrait {
    cursor: url('assets/me.jpeg'), auto!important;
}