body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/galaxy.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
}

section {
    height: 100%;
    width: 100%;
    overflow: auto;
}

section > div {
    margin-top: 64px !important;
    opacity: 0.8;
}

section > div:hover {
    opacity: 1;
}

.main {
    margin: 0 auto;
    display: block;
    background: url(../images/terminal_screenshot.png) no-repeat 50% 50%;
    background-size: auto 100% ;
    height: 768px;
    width: 768px;
}

.setup-github {
    width: 768px;
    height: 184px;
    margin: 0 auto;
    display: block;
    background: url(../images/r2-git.png) no-repeat 50% 50%;
    background-size: auto 100% ;
}

.setup-openai {
    width: 768px;
    height: 184px;
    margin: 0 auto;
    display: block;
    background: url(../images/r2-openai.png) no-repeat 50% 50%;
    background-size: auto 100% ;
}

.setup-jira {
    width: 768px;
    height: 184px;
    margin: 0 auto;
    display: block;
    background: url(../images/r2-jira.png) no-repeat 50% 50%;
    background-size: auto 100% ;
}

header {
    position: absolute;
    top: 10px;
    right: 32px;
}

.github {
    margin: 0 auto;
    display: block;
    height: 768px;
    width: 1024px;
    background: url(../images/github-ssh-key.png) no-repeat 50% 50%;
    background-size: auto 100% ;
}

.jira {
    margin: 0 auto;
    display: block;
    height: 768px;
    width: 1024px;
    background: url(../images/jira-api-key.png) no-repeat 50% 50%;
    background-size: auto 100% ;
}

.openai {
    margin: 0 auto;
    display: block;
    height: 768px;
    width: 1024px;
    background: url(../images/openai-api-key.png) no-repeat 50% 50%;
    background-size: auto 100% ;
}
.last {
    margin-bottom: 64px !important;
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-style: normal;

}

.download {
    background: #00ff94;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-style: normal;
}