body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 50px;
    background-color: #f6f8fa;
}
h1 {
    font-size: 24px;
    padding-bottom: 10px;
}
pre {
    background: white;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.6;
}
a {
    color: #0969da;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.header {
    text-align: left;
    margin-bottom: 30px;
}
.logo {
    max-width: 250px;
    height: auto;
}
hr {
   display: none;
}