body {

    background: conic-gradient(from 139deg at 50% 50%, #f5f5f0 0%, #ffd1e1 26%, #f5f5f0 50%, #c0f7ea 74%, #f5f5f0 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

img.logo {
    width: 58%;
    margin-top: 55px;
    margin-bottom: 40px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.image-container {
    text-align: center;
    width: 100%;
}

a.w3-button {
    padding: 5px;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.links-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


@media (min-width: 1200px) .container {
    max-width: 1140px;
}

@media (min-width: 992px) .container {
    max-width: 960px;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.w3-purple,
.w3-hover-purple:hover {
    color: #fff !important;
    background-color: rgba(156, 39, 176, 0.6) !important;
}

.text-purple {
    color: #80548f !important;
}

.linkler {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
}

.linkler>a {
    width: 100%;
    height: 50px;
    background: rgba(156, 39, 176, 0.6) !important;
    margin: 0 0 25px 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 145px;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    font-family: verdana;
    letter-spacing: 0.3px;
}

.linkler>a:hover {
    background: rgba(88, 18, 100, 0.6) !important;
    transform: translateY(-3px);
    box-shadow: 0px 6px #350e3cb8;
    cursor: pointer;
}

hr {
    border-top-color: #9c27b099 !important;
    margin: 2rem 0 !important;
}

.videolar>div {
    width: 48%;
    border-radius: 50px !important;
    height: auto;
}

.videolar {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    row-gap: 20px;
}

.videolar>div iframe {
    position: relative;
    /* width: 100%; */
    border-radius: 15px;
}

.videolar a img {
    width: 100%;
    border-radius: 15px;
}

h4 {
    color: #9c27b099 !important;
    padding-bottom: 5px;
}

h4:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9c27b099 !important;
    opacity: .25;
    position: relative;
    display: block;
    margin: 1rem 0;
}