@font-face {
    font-family: "win95";
    src: url("../fonts/ms_sans_serif.woff2");
}

html,
body {
    margin: 0;
    height: 100%;
}

html {
    cursor: url("../images/cursors/tree.ico"), default;
}

body {
    box-sizing: border-box;
    max-width: max-content;
    background-color: black;
    color: greenyellow;
    font-family: "win95";
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

img {
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
    background: repeating-linear-gradient(45deg,
            green 0px,
            green 20px,
            red 20px,
            red 40px);
    padding: 20px;
}

p {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
}