.eventmobile {
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 50%);
    width: 100%;
    margin: 10px;
    text-align: left;
}

.eventmobile .image {
    background-size: cover;
    border-radius: 4px 0px 0px 4px;
}

.eventmobile p {
    margin: 0;
    line-height: normal;
}

.eventmobile h5 {
    margin: 0;
    line-height: normal;
}

.eventmobile .text {
    padding: 10px;
}

.titleevents {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.social-links a {
    font-size: 25px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 9px 0;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    transition: 0.3s;
}

.btn-get-started {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--background-color);
    background: var(--accent-color);
    text-align: center;
}

.btn-get-started:hover {
    color: white;
    background: #111;
    text-align: center;
}

.blok {
    margin-top: 20px;
    margin-bottom: 20px;
}

body {
    align-items: center;
    text-align: center;
}

.container {
    width: 90%;
}

@media (min-width: 500px) {
    .container {
        width: 40%;
    }
}

hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

#userPhoto {
    width: 96px;
    height: 96px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
    border: 5px solid #db4d0e
}

#userName {
    color: black;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#underline {
    color: #bbb;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}