body {
    background-color: #1c1c1c;
    color: #ededed;
}

h1 {
    text-align: center;
    font-weight: normal;
    line-height: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.images {
    display: grid;
    justify-content: center;
    gap: 64px;
}

.btn_c {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 64px;
}

.pwa_install_btn {
    background-color: #34b27b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;

    display: none;
}

.pwa_install_btn:hover {
    cursor: pointer;
    background-color: #3fcf8e;
}