Library Mini Golf Foundation Fundraiser
.smfplButton {
background-color: #00a3e0;
padding: 10px 20px;
margin: 25px auto;
border-radius: 8px;
text-align: center;
max-width: 300px;
}
.smfplButton:hover {
background-color: #326cb5;
cursor: pointer;
}
.smfplButton a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.smfplButton a:hover {
color: #ffffff;
}
.smfplBlockContainer {
display: flex;
width: 100%;
margin: 10px auto;
flex-wrap: wrap;
justify-content: cent