body {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    color: #f0f0f0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.site-wrap {
    width: 650px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
}

a, a:visited {
    color: #ff0000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #ff0000;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 5px;
}

.screenshot {
    border-radius: 4px;
    width: 100%;
    height: auto;
    border-color: #494949;
}

.main-cta {
    position: sticky;
    top: 10px;
    background: black;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid;
    margin: 0 0 15px;
    float: right;
}

.header h1 {
    text-align: center;
}

.logo-img {
    border:none;
    padding:0;
}

#footer {
    text-align: center;
    margin-top: 20px;
    float:left;
    width: 100%;
}