/*

[Custom Stylesheet]

*/
/* .title{
    background: rgba(7, 7, 58, 0.281);
    color: rgb(248, 244, 244);
} */
/* html{
    user-select: none;
} */

#bg{
    background: rgb(7, 7, 173);
    border-radius: 15px;
}


.post--items-title .h4
{
    color: aliceblue;
    background:rgb(7, 7, 173);
    text-align: center;
    padding: 3px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.widget--title .h4{
    color: aliceblue;
    background:rgb(7, 7, 173);
    text-align: center;
    padding: 3px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

#mybutton{
    background: rgb(7, 7, 173);
    color: wheat;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

#mybutton:hover{
    color: white;
}