body {
    font-family: sans-serif;
    line-height: 170%;
}

p {
    font-size: 1.2rem;
}

.main {
    padding: 10px;
}

img {
    max-height: 90vh;
    max-width: 90vw;
}

.desc {
    border: 2px solid skyblue;
}

.screenshot {
    border: 2px solid rgb(255, 129, 129);
}

a:link {
    text-decoration: underline;
    text-decoration-style: dotted;
}