@font-face {
    font-family: "Rainy Hearts";
    src: url(https://files.catbox.moe/r4oudq.ttf) format(truetype);
}

#weddingring {
    color: rgb(43, 73, 16) !important;
    background-image: linear-gradient(to bottom, #e9ecdb, #8fb35a) !important;
    background-size: cover;
    height: fit-content;
    width: 100% !important;
    margin: 5px auto; /* centers the widget */
    padding: 10px; /* creates some space between the links and text inside the widget */
    border-radius: 15px;
    font-size: 15px;
    border: 3px solid #8fb35a;
}
#weddingring p {
    padding: 0 !important;
    margin-top: -5px;
}
#weddingring h2 {
    font-size: 12px;
    padding: 1px;
    font-weight: normal !important;
    text-align: center;
    color: rgb(58, 99, 19) !important;
    letter-spacing: normal !important;
    margin: 0;
    margin-bottom: 4px;
    background-color: transparent;
    font-family: "MS Gothic";
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}
#weddingring h2::before {
    content: "♡ ";
}

#weddingring p {
    font-size: 1em !important;
    font-weight: normal !important;
    letter-spacing: -1px !important;
}

.title a {
    text-decoration: none;
    color: inherit;
    text-shadow: inherit;
}

#weddingring a h2:hover {
    letter-spacing: 1px !important;
    transition: 0.4s;
}

#weddingring a h2:hover {
    letter-spacing: 5px !important;
}

.mainbox1 {
    columns: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mainbox2 {
    columns: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
}

.yume-icon {
    width: fit-content !important;
    margin: 0 auto;
    padding: 6px;
}
.yume-icon img {
    filter: brightness(130%) saturate(60%);
}

.yume-icon2 {
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    transition: all 0.5s;
}
.yume-icon2 img {
    transition: all 0.7s;
    transition: 0.7s ease;
    -webkit-mask-image: url(https://dl.dropbox.com/s/2kih8ox9q2czjeg/pngfind.com-kawaii-transparent-png-621355.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 95px;
}
.yume-icon2 img:hover {
    transition: all 0.7s;
    border-radius: 15px;
    -webkit-mask-image: url(https://dl.dropbox.com/s/2kih8ox9q2czjeg/pngfind.com-kawaii-transparent-png-621355.png);
    -webkit-mask-size: 220%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.yume-desc {
    border-width: 10px;
    border-style: solid;
    border-image: url("../img/decos/laceborder.png") 8 fill round !important;
    background-clip: padding-box;
    background-color: #fafff3 !important;
    padding: 9px;
    margin-top: 0 !important;
    font-family: "Rainy Hearts";
    font-weight: normal !important;
    height: 90px !important;
}
.yume-desc p {
    text-shadow:
        -1px -1px 0 #deffd0,
        1px -1px 0 #deffd0,
        -1px 1px 0 #deffd0,
        1px 1px 0 #deffd0 !important;
}

.yume-links {
    padding: 2px;
    margin-top: px;
    text-align: center;
}

.yume-links a {
    color: inherit;
    font-family: "MS PGothic";
    font-weight: bold;
}

/* index css? if it works? */

#index {
    width: auto;
    height: auto;
    margin: 10px;
}
