main {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

main img.main {
    width: 70%;
    max-width: 500px;
}

main.multi-image img.main {
    padding-top: 32px;
}

main.multi-image div#slider {
    width: 70%;
    max-width: 500px;
    /* overflow: hidden; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
div#slider img.arrow {
    width: 48px;
    height: 48px;
}

div#slider img.cover {
    min-width: 100%;
    width: 100%;
    display: block;
}

div.title {
    display: flex;
    justify-content: center;
    width: 70%;
    max-width: 500px;
    padding: 32px 0px;
    text-align: center;
    border-bottom: silver solid 2px;
}

h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

div.down-button {
    width: 70%;
    max-width: 500px;
    padding: 32px;
    text-align: center;
    border-bottom: silver solid 2px;
}

button {
    width: 90%;
    padding: 16px;
    background-color: #000;
    color: #fff;

    font-size: 32px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;

    border: #fff solid 4px;
    border-radius: 12px;
}

button:hover {
    background-color: #fff;
    color: #000;
}

div.demo-info {
    width: 70%;
    max-width: 500px;
    padding: 32px;
    text-align: center;

    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;

}

img.demo {
    width: 70%;
    max-width: 500px;
    margin-bottom: 64px;
    filter: invert(1);
}