:root {
color-scheme: light dark;
}

h1 {
    font-family: courier;
    font-size: 300%;
}

p {
    font-family: courier;
    font-size: 120%;
}

li {
    font-family: courier;
    font-size: 120%;
}

div {
border-radius: 15px;
border: 2px solid #ffffff;
padding: 30px;
width: 750px;
height: 2000px;
}

img {
    float: right;
    width: 28%;
}