/* /Pages/Home.razor.rz.scp.css */
.ShadowBox[b-meb8qjese3]{

    width: 100%;
    height: 4rem;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 2rem;
    box-shadow: 5px 5px 5px rgb(238, 238, 132);
    background-color: rgb(43, 38, 2);
    border-color: black;
    border-radius: 90px;
    font-weight: bold;
}
.SNSs[b-meb8qjese3]{
    width: 80%;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    margin-top: 2rem;
    box-shadow: 5px 5px 5px rgb(185, 185, 185);
    background-color: #474747b0;
    border-color: black;
    border-radius: 90px;
    font-weight: bold;
}
.SNSButtons[b-meb8qjese3]{
    flex: auto;
    height: 50px;
    padding: 10px;
    margin-block: 5px;
    margin-inline: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-color: black;
    border-radius: 90px;
    font-weight: bold;
}
.ShadowBlack[b-meb8qjese3]{
    background-color: rgb(28, 28, 28);
    box-shadow:3px 5px 3px rgb(92, 92, 92);
}
.ShadowBlue[b-meb8qjese3]{
    background-color: rgb(27, 33, 92);
    box-shadow:3px 5px 3px rgb(100, 114, 239);
}
.ShadowRed[b-meb8qjese3]{
    background-color: rgb(157, 16, 16);
    box-shadow:3px 5px 3px rgb(252, 79, 117);
}
.ShadowOrange[b-meb8qjese3]{
    background-color: rgb(129, 60, 21);
    box-shadow:3px 5px 3px rgb(252, 125, 79);
}
a[b-meb8qjese3]{
    color: aliceblue;
    text-decoration:dotted;
}
