body {
background-color: #F0F2F5;
color: #111B21;
}
.header, .header-wrapper {
background-color: #128C7E !important;
}
a {
color: #25D366;
}
a.button, .btn, button {
background-color: #25D366 !important;
color: white !important;
border-radius: 25px;
padding: 10px 20px;
font-weight: bold;
border: none;
}
.post, .blog-post, .card {
background: white;
border-radius: 12px;
padding: 15px;
}