.button {
background-color: #24326c; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 18px;
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
cursor: pointer;
}
.button1 {
width: 200px;
background-color: white;
color: #24326c;
border: 1px solid #24326c;
border-radius: 100px;
padding: 10px 28px;
}
.button1:hover {
background-color: #24326c;
color: white;
}

End of content

No more products to load