h1 {
    color: #093FB4;
    text-align: center;
    font-weight: 100;
    letter-spacing: 10px;
    font-family: Segoe UI;
}

h2 {
    background-color: #093FB4;
    color: aliceblue;
    text-align: center;
    font-family: Segoe UI;
    font-weight: 100;


}

a {
    background-color: #FFD8D8;
    color: aliceblue;
    text-decoration: none;
    font-family: fantasy;
    padding: 10px;
}

body {
    font-family: Tahoma;

}

li span {
    color: #093FB4;
}

#notice {
    color: crimson;
}

.syntax {
    color: rgb(104, 255, 172);
    background-color: black;
}

.syntax:hover {
    color: rgb(255, 114, 114);
}
h3{
    font-family: Segoe UI;
    width: 25%;
}

body { font-family: Arial, sans-serif; padding: 20px; line-height: 1.6; }
pre { background: #f4f4f4; padding: 10px; overflow-x: auto; }
code { font-family: "Courier New", Courier, monospace; }