.plan-button{

display: flex;
justify-content: center;
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 12px 20px;
background-color: white;
border-radius: 10px;
border-color: #000;
border-width: 1px;
border-style: solid;
color: #000;
text-decoration: none;
font-weight: 600;
margin-top: 10px;
margin-bottom: 10px;

}
a:hover {border-width: 2px;}