#horoskop_baner {
    background-image: url("../../images/horoskop/baner-340fe75626758253a408aed959e949aa.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 105px;
}

#horoskop_baner.tygodniowy {
    background-image: url("../../images/horoskop/baner_tygodniowy-029112438b072340fd6e1db385ee4aed.jpg");
}

#horoskop_baner.miesieczny {
    background-image: url("../../images/horoskop/baner_miesieczny-20573dc4c161dc9ffdc8d94caac264f1.jpg");
}

#horoskop_baner.roczny {
    background-image: url("../../images/horoskop/baner_roczny-1fdd3b8f5c6cc5a399aa791b4d23289c.jpg");
}

#horoskop_baner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

#horoskop_baner p {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

#podaj_date.mini {
    /*background-image: radial-gradient( #51164d, #310b30 );*/
    text-align: center;
    margin-bottom: 0px;
    border-radius: 8px;
    position: relative;
    padding: 0px 0px;
}

#podaj_date_in {
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

#podaj_date.mini #podaj_date_in {
    width: 100%;
    padding: 20px 20px;
}


#podaj_date input::placeholder,
#newsletter_big input::placeholder {
    color: #631F58;
    font-weight: 400;
    opacity: 1;
}

#podaj_date input[type=text],
#newsletter_big input[type=text] {
    width: 100%;
    padding: 12px 15px;
}

#podaj_date input[type=text]
{
    font-weight: 600;
}

/*add temp*/
#podaj_date.mini {
    display: none;
}

#podaj_date.show {
    display: block !important;
}

#podaj_date.mini {
    margin-bottom: 8px;
}

#podaj_date select {
    margin-bottom: 3px;
    margin-left: 0;
    width: calc(33.33% - 4px) !important;
}

#podaj_date.mini #col1,
#podaj_date.mini #col2 {
    width: 100%;
    margin-bottom: 0px;
}

#podaj_date #form_imie {
    padding-bottom: 7px;
}

#podaj_date #form_data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

#podaj_date #form_data span {
    width: 100%;
}

#twoj_znak {
    text-align: center;
}

#podaj_date form {
    flex-wrap: wrap;
}

#podaj_date.mini #podaj_date_in {
    /*width: calc(100% - 320px);*/
    padding: 0px 0px;
}

#podaj_date.mini #col2 {
    margin-top: 4px;
    margin-bottom: 0;
}

#podaj_date #form_data span {
    display: block;
    padding: 9px 0px;
}

#podaj_date.mini #twoj_znak img {
    float: none;
    padding-bottom: 0px;
}

/*end temp*/

#newsletter_horoskop_u
{
    display: none;
}

#newsletter_horoskop_u.show
{
    display: block;
}

#twoj_znak {
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 8px;
    height: 48px;
}

#twoj_znak img
{
    padding: 0px 20px;
}

#podaj_date {
    display: flex;
    justify-content: center;
}

#podaj_date form {
    display: flex;
    justify-content: space-around;
}

#twoj_znak h4,
#twoj_znak h5 {
    background: none;
    padding: 0px;
    display: block;
    clear: none;
    border: 0px;
    margin: 0px;
    font-size: 16px;
}

#twoj_znak h5 span {
    color: #fbbf1f;
}

#podaj_date.mini #col1,
#podaj_date.mini #col2 {
    display: inline-block;
    vertical-align: top;
}

#podaj_date.mini #col2 {
    flex-grow: 1;
}

#horoskopy_lista a {
    /*background: #dfd7e2;*/
    color: #f1d6f4;
    border: 0px;
    padding: 8px;
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    width: calc(20% - 3px);
    box-sizing: border-box;
    position: relative;
}

#horoskopy_lista a img {
    vertical-align: top;
    width: 100%;
    border-radius: 8px;
    border: 3px solid #1e061d;
    box-sizing: border-box;
}

#horoskopy_lista a>span {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-weight: 600;
}

#horoskopy_lista a>span>span {
    display: block;
    font-size: 40px;
    padding-bottom: 20px;
}

#horoskopy_lista a:hover,
#horoskopy_lista a.active {
    /*background: #fbbf1f;*/
    color: #fbbf1f;
    transition: .3s;
}

#horoskopy_lista a:hover img,
#horoskopy_lista a.active img {
    border-color: #fbbf1f;
    transition: .3s;
}

#horoskopy_lista h1 {
    margin-bottom: 5px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

#sliders {
    margin: 20px 0px
}

#sliders h1 span {
    color: #fbbf1f;
}

.horoskop_slider .horoskop_element {
    background-repeat: no-repeat;
    padding-left: 320px;
    min-height: 290px;
    padding-right: 50px;
}

.horoskop_slider .horoskop_element h3 {
    font-size: 27px;
    background: none;
    padding: 20px 0px 5px 0px;
    border: 0px;
    margin: 0px;
}

.horoskop_slider .horoskop_element span {
    color: #fbbf1f;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 15px;
}

.horoskop_slider .horoskop_element p {
    font-size: 16px;
}

.horoskop_slider .horoskop_element a {
    background: #fbbf1f;
    padding: 5px 15px;
    border-radius: 6px;
    color: #0f0213;
    font-size: 14px;
}

.horoskop_slider .horoskop_element a:hover {
    background: #3f1b3f;
}

.horoskop_slider .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.horoskop_slider .owl-prev,
.horoskop_slider .owl-next {
    padding: 20px 5px;
    background: #3f1b3f;
    color: #d7a1df;
    border-radius: 5px;
    font-size: 20px;
}

.horoskop_slider .owl-prev {
    float: left;
}

.horoskop_slider .owl-next {
    float: right;
}

.horoskop_slider .owl-prev:hover,
.horoskop_slider .owl-next:hover {
    background: #fbbf1f;
    color: #3f1b3f;
    transition: .3s;
}

#horoskop_opis {
    padding: 10px 0px 10px 0px;
    border-radius: 12px;
    margin: 0;
}

#horoskop_opis_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#horoskop_opis_in strong {
    font-weight: 700;
}

#horoskop_opis_in svg.icon {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}

#horoskop_opis_in svg.icon.finanse {
    margin-top: 6px;
}

#horoskop_opis_in .horoskop_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #5a023f;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#horoskop_opis_in .horoskop_row h3 {
    padding: 10px 0;
    border: 0;
    background: none;
    font-size: 26px;
}

#horoskop_opis h1 {
    color: #f1d6f4;
    margin: 0;
    padding-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

#horoskop_opis p {
    font-size: 16px;
    line-height: 1.5;
    color: #F9DFFF;
}

#horoskop_opis span.wybierz {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    white-space: nowrap;
    color: #F4ADF9;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

#najwnowsze_horoskopy {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

#najwnowsze_horoskopy a {
    width: 31.6%;
}

div.horoskopwrozka {
    color: #F6C7F9;
    display: flex;
    align-items: center;
}

div.horoskopwrozka a {
    font-weight: 600;
    text-decoration: underline;
    color: #F6C7F9;
    display: inline-block;
}

div.horoskopwrozka img {
    width: 32px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: top;
}

div.horoskopwrozka p {
    margin-bottom: 0;
    line-height: 1.2 !important;
}

#horoskop_header {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 105px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
}

#horoskop_header.display_mobile {
    display: none;
}

#horoskop_header.header_koziorozec {
    background-image: url("../../images/horoskop/znaki/header_koziorozec-1ae31ad59d4ea6e9d3c54ffb964e0346.png");
}

#horoskop_header.header_wodnik {
    background-image: url("../../images/horoskop/znaki/header_wodnik-b9a3b5c0310ee26c97a9f144bb46c5a7.png");
}

#horoskop_header.header_ryby {
    background-image: url("../../images/horoskop/znaki/header_ryby-4c575fa1507ee936c609609e8f4cea94.png");
}

#horoskop_header.header_baran {
    background-image: url("../../images/horoskop/znaki/header_baran-e6ed83494b14e2155d90ed0050cd1b67.png");
}

#horoskop_header.header_byk {
    background-image: url("../../images/horoskop/znaki/header_byk-9e8f1568608659a916319b7c88f66957.png");
}

#horoskop_header.header_bliznieta {
    background-image: url("../../images/horoskop/znaki/header_bliznieta-48f358842e7a2ef76f57552c6fcbe4e8.png");
}

#horoskop_header.header_rak {
    background-image: url("../../images/horoskop/znaki/header_rak-fdfd3c0cff2c47d8190bbcd0a713452d.png");
}

#horoskop_header.header_lew {
    background-image: url("../../images/horoskop/znaki/header_lew-3dff2645cd6d9a36ca592906d3f72012.png");
}

#horoskop_header.header_panna {
    background-image: url("../../images/horoskop/znaki/header_panna-f854c5defc283579f0c7e00b6f63a537.png");
}

#horoskop_header.header_waga {
    background-image: url("../../images/horoskop/znaki/header_waga-0298f61627e54f09dbd27dbab867a23c.png");
}

#horoskop_header.header_skorpion {
    background-image: url("../../images/horoskop/znaki/header_skorpion-90e0548207cd0d0d5066d08b3a051fc2.png");
}

#horoskop_header.header_strzelec {
    background-image: url("../../images/horoskop/znaki/header_strzelec-8c87d6152f2b039d4709c12f1ff18305.png");
}

#horoskop_header > div {
    width: 49%;
    text-align: center;
}

#horoskop_header > div:first-of-type {
    width: 53%;
}

#horoskop_header p {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 0;
    min-width: 156px;
    font-family: 'Montserrat';
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
    color: #fff;
}

#horoskop_header p span {
    display: block;
    font-size: 20px;
}

#horoskop_header svg {
    height: 64px;
    width: 86px;
}

#horoskop_header svg path {
    fill: #fff;
}

.wroc_do_znaku svg path {
    fill: #5E135B;
}

#horoskopy_menu,
#horoskopy_podmenu {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
}

#horoskopy_menu a,
#horoskopy_podmenu a {
    background: var(--kolor);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #FBD7FD;
    line-height: 1.1;
    min-height: 24px;
}

#horoskopy_menu a {
    padding: 5px 0 5px;
    width: calc(25% - 15px / 4);
}

#horoskopy_menu a.active,
#horoskopy_podmenu a.active,
#horoskopy_menu a:hover {
    background-color: #B955C7;
    color: #fff;
}

#horoskopy_podmenu {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

#horoskopy_podmenu a {
    padding: 4px 0 4px;
    width: calc(33.33% - 10px / 3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    max-height: 25px;
}

#horoskopy_podmenu a.four_elements {
    width: calc(25% - 15px / 4);
}

#horoskopy_podmenu a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 15px;
}

.text_horoskop {
    padding-top: 10px;
}

.text_horoskop h1 {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.text_horoskop p {
    color: #F9DFFF;
    line-height: 1.45;
    font-size: 16px;
    padding: 0;
}

#horoskop_info .row {
    padding: 6px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--kolor);
}

#horoskop_info .row p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    max-height: 18px;
    overflow: hidden;
}

#horoskop_info .row p.date {
    text-transform: uppercase;
    padding-bottom: 2px;
}

#horoskop_info .row.flex {
    display: flex;
}

#horoskop_info .row.flex .column {
    width: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15%;
    overflow: hidden;
}

#horoskop_info .row.flex .column p {
    line-height: 1.5;
}

#horoskop_info #imieniny {
    padding-left: 15px;
}

#horoskop_info #wschod_zachod {
    background-image: url("../../images/horoskop/sun-b684e9e242370b0321ad862e690c827b.svg");
}

#horoskop_info #faza_ksiezyca {
    background-image: url("../../images/horoskop/moon-a6e10a05736bd653c9ca594483b30f33.svg");
    padding-left: 11%;
}

.horoskop_zdjecie_desktop {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 10px;
    vertical-align: top;
}

#horoskop_lista
{
    padding-top: 20px;
}

#horoskop_lista h3
{
    background: none;
    font-size: 15px;
    color: #f1d6f4;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    line-height: 1.4;
    text-align: center;
}

#horoskop_lista .horoskop_lista
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#horoskop_lista .horoskop_lista_box
{
    background-color: #681A73;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 10px 10px 10px;
    width: calc(50% - 2.5px);
    box-sizing: border-box;
    margin-bottom: 5px;
}

#horoskop_lista .horoskop_lista_box a.calosc
{
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    float: right;
}

#horoskop_lista span.znak_out {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    background-color: #B955C7;
    color: #FBD7FD;
    border-radius: 5px;
    width: 68px;
    height: 68px;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-top: 5px;
}

#horoskop_lista span.znak {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 34px;
    width: 46px;
    height: 46px;
    display: inline-block;
}

.czytaj_calosc_text_horoskop {
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
    color: #F9DFFF;
}

.flex_text_horoskop {
    display: flex;
    justify-content: space-between;
}

.autor_text_horoskop {
    font-weight: 600;
    font-size: 14px !important;
}

.autor_text_horoskop span {
    font-style: italic;
    font-weight: 400;
}

.cechy_horoskop
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.cechy_horoskop > div,
.cechy_horoskop > a
{
    background-color: #681A73;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 4px;
}

.cechy_horoskop div span.title
{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0px 0px .2px #fff;
}

.cechy_horoskop div p.value
{
    font-size: 10px;
    max-width: 95%;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 600;
}

.cechy_horoskop div p.value.value_color
{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.cechy_horoskop a#cecha_5 p.value,
.cechy_horoskop a#cecha_6 p.value
{
    text-align: left;
    max-width: 100%;
    background: url("../../images/horoskop/more-3ea692129d0d6a85fb47aefd44029f7b.svg") no-repeat right top 5px;
    padding-right: 10px;
}

.cechy_horoskop div p.row_images
{
    display: flex;
    justify-content: space-around;
}

.cechy_horoskop div p.row_images span.name
{
    display: block;
}

.cechy_horoskop img
{
    height: 50px;
    vertical-align: top;
}

.cechy_horoskop .cecha_25
{
    width: calc(25% - 3px);
}

.cechy_horoskop .cecha_33
{
    width: calc(33.33333333% - 3px);
}

.cechy_horoskop .cecha_16
{
    width: calc(16.6% - 3px);
}

#cecha_zrob
{
    background-color: #681A73;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#cecha_zrob p.row_images
{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
}

#cecha_zrob p.row_images span.element
{
    max-width: 140px;
    text-align: center;
}

#cecha_zrob p.row_images span.name
{
    display: block;
    font-size: 10px;
    height: 30px;
}

#cecha_zrob a.wiecej_o_znaku
{
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

#stopka_horoskop
{
    margin-top: 20px;
    text-align: center;
}

#stopka_horoskop a
{
    display: inline-block;
    margin: 10px;
    font-size: 14px;
}

#artykuly_nowe
{
    padding-top: 5px;
}

.znak_zodiaku_a_header
{
    margin-top: 20px;
}

.znak_zodiaku_a
{
    margin-top: 8px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0px;
    max-width: 850px;
}

.znak_zodiaku_a a
{
    display: inline-block;
    position: relative;
    width: calc(25% - 3px);
    margin-bottom: 8px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    margin: 1.5px 0;
    aspect-ratio: 1;
    border-radius: 6px;
    width: calc(100% / 8 - 3px);
}

.znak_zodiaku_a a img 
{
    width: 100%;
    border-radius: 5px;
    vertical-align: top;
    aspect-ratio: 1;
}

.znak_zodiaku_a a h4 {
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    padding: 45px 20px 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.znak_zodiaku_a a#znak_a_55 h4
{
    font-size: 9.5px;
}

.znak_zodiaku_a a.wroc_do_znaku {
    background: #FCCBFF;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.znak_zodiaku_a a.wroc_do_znaku h4 {
    color: #570A54;
    text-shadow: none;
}

.znak_zodiaku_a a.wroc_do_znaku svg {
    width: auto;
    border-radius: 0;
    margin-bottom: 55%;
    width: 34px;
    height: 34px;
}

#dopasowanie .hr_dopasowanie
{
    height: 1px;
    background: #831F90;
}

#dopasowanie .h3
{
    text-align: center;
    font-size: 18px;
    padding: 25px 20px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

#dopasowanie_znaki
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#dopasowanie_znaki svg
{
    height: 100px;
    width: 100px;
    margin: 10px 10px;
}

#dopasowanie_opis
{
    margin-bottom: 40px;
}

#dopasowanie_opis strong
{
    font-weight: 700;
}

#dopasowanie_opis h3
{
    font-size: 20px;
}

#dopasowanie_header
{
    margin-top: 0px;
}

#dopasowanie_header h3
{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

#dopasowanie_header h4
{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

#dopasowanie_form
{
    text-align: center;
    margin: 30px auto;
    max-width: 307px;
    position: relative;
}

#dopasowanie_form .row
{
    position: absolute;
    left: 50px;
    right: 50px;
    top: 28%;
}

#dopasowanie_form .row.row2
{
    top: 52%;
}

#dopasowanie_form .row select
{
    width: 100%;
}

#lista_dopasowanie
{
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lista_dopasowanie .znak_lista
{
    width: calc(25% - 8px);
    margin-bottom: 11px;
    box-sizing: border-box;
    border: 2px solid #831F90;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #681A73;
}

#lista_dopasowanie .znak_lista .circle
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

#lista_dopasowanie .znak_lista .circle svg
{
    height: 35px;
}

#lista_dopasowanie .znak_lista .circle svg path
{
    stroke: #fff;
}

#lista_dopasowanie .znak_lista .lista a
{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
}

#lista_dopasowanie .znak_lista .lista a:hover
{
    color: var(--kolor-y);
}

#lista_dopasowanie .znak_lista span.nazwa
{
    font-size: 22px;
    display: inline-block;
    padding: 10px 0;
}

#lista_dopasowanie .znak_lista span.data
{
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid #831F90;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
    color: #B955C7;
}
