.edit{
    width: 90%;
    height: 3.3rem;
    position: fixed;
    margin-left: 5%;
    bottom: 1rem;
}

.edit button{
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    padding: 3% 0;
    background: linear-gradient(270deg, #326CF6 0%, #6899F8 100%);
    color: #FFFFFF;
    border-radius: 0.21rem;
    border: none;
}