﻿.share-event-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.share-event-container div {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    border-radius: 20px;
    width: fit-content;
    padding: 15px 75px;
}

.three-block-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin: auto;
    column-gap: 20px;
    margin-top: 20px;
}

.three-block-container div {
    background-color: black;
    border-radius: 20px;
    width: 200px;
    height: 200px;
}

.circle-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    column-gap: 20px;
    margin-top: 25px;
    margin-bottom: 100px;
}

.circle-container div {
    background-color: black;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}