/* howto.css */

body { overflow:hidden; }

* {
    font-family: Arial, sans-serif;
    font-weight:normal;
    text-align:center;
    background:none;
}

.middle > * {
    position:absolute;
    height:fit-content;
    width:fit-content;
    top:0; bottom:0;
    left:0; right:0;
    margin:auto;
}

.middle div > ul li {
    text-align:left;
}

a { text-decoration:none; }
h2 { margin-bottom:10px;}

p {
    width:500px;
    max-width:95%;
    height:auto;
    margin:auto;
    text-align:left;
}
