/* set the main background for the light theme to pink */
:root {
    /*--wh-color-bg-main: rgb(255, 198, 227);*/
}

.wh-header__link {
    margin-right: 32px;

}

.footer__powered {
   display: none !important;
}

/* make the border for images transparent with a 30px radius */
/*.article__img {
    border-radius: 30px !important;
    border: none;
}
*/
/*
.title__content {
    font-family: "Comic Sans MS";
    font-weight: lighter;
}

.article__p {
    font-family: "Times New Roman";
}
*/