h1, h2, h3 {
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
    text-align:left;
    margin-bottom: 20px;
}

h1 {
    text-align: center;
    font-size: 40px;
    text-decoration: underline;
}
h2 {
    font-size: 30px;
    text-decoration: underline;
}
h3 {
    font-size: 24px;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-image: url("images/websitebackground.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

p, .description {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.6;
}
.title-image {
    text-align: center;
    margin-bottom: 20px;
}
.title-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
}
.member {
  margin-bottom: 25px;
}

.member strong {
  font-size: 20px;
}

.description {
  margin: 5px 0;
}

.authors {
    margin-bottom: 600px;
}
.button-container {
    text-align: center;
    margin: 20px 0;
}

.github-button {

    display: inline-block;
    padding: 12px 20px;
    background-color: #24292e;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 6px;
    margin: 20px auto;
    text-align: center;
}

.github-button:hover {
    background-color: #333;
}

.screenshots {
    margin: 40px 0;
}

.screenshot_label {
    text-align: center;
}

.screenshotGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.screenshot {
    text-align: center;
    max-width: 600px;
}

.screenshot img {
    width: 100%;
    height: auto;
    border: 2px solid #000;
    border-radius: 8px;
}

.screenshot p {
    margin-top: 10px;
    font-weight: bold;
}