main {
    width: 1920px;
}

.message {
    margin-top: -1px;
}

.card--wrapper {
    margin-top: -1px;

    display: flex;
    padding: 0 460px;
    gap: 60px;
    background-color: #000;
}

.card {
    width: 470px;
    height: 850px;

    display: block;
}

.card img {
    width: 100%;
    height: 100%;

    display: block;
}

footer {
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}