.plan-start{
    width: 300px;
    height: 580px;
    background-color: #FEFEFE;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 20px 25px 25px rgb(5, 5, 5);

}