@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}

body{

    padding-bottom: auto;
    background-color: white;
    font-family: IBM Plex Mono;
    max-width: 100vw;
}

li, a, button, u{
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: none;
    list-style: none;
}

p, h1, h2 ,h3{
    cursor: default;
}

img {
    width: 100%;
    height: 100%; 
    object-fit: contain;
}

