html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#main-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

#footer {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #999;
    color: #eee;
    text-align: center;
    font-size: 0.85em;
    line-height: 30px;
}

.screenshot {
    margin: 20px;
    text-align: center;
}

.title {
    margin-top: 30px;
    magrin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-text {
    font-size: 3em;
    text-decoration: none;
    color: #333;
}
