.container {
    margin: 64px 16px;
    display: flex;
    justify-content: center;
}

.content {
    display: inline;
}

.title {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.subtitle {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.description {
    text-align: start;
    color: white;
}

.description_img {
    display: flex;
    justify-content: center;
}

.description_img img {
    max-width: 35%;
    border-radius: 25px;
    margin: 16px;
}

.spacer {
    margin-bottom: 64px;
}

.facebook {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.facebook iframe {
    border-radius: 25px;
}

.link {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
