@font-face {
    font-family: 'Roboto Mono';
    src: url('../fonts/Roboto_Mono/RobotoMono-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto Mono', monospace;
}

body {
    margin: 0;
    /* background: yellow; */
}

.container {
    width: 100%;
    padding: 1rem;
    position: relative;
}

img.full-width {
    display: block;
    width: 100%;
}