.primary-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 80px;
    border-radius: 5px;
    background: #313C66;
    font-size: 2rem;
    color: #F1F4FF;
    font-family: "Libre Franklin", sans-serif;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.secondary-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 80px;
    border-radius: 5px;
    background: #E1E5F6;
    background: #EFF1F9;
    font-size: 1.6rem;
    font-weight: 500;
    color: #313C66;
    font-family: "Libre Franklin", sans-serif;
    fill: #EFF1F9;
    text-decoration: none;
    border: 2px solid #313C66;
    box-sizing: border-box;
    cursor: pointer;
}
