button {
    border-radius: 30px;
    position: absolute;
    z-index: 2;
    padding: 10px 24px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(201, 132, 148, 0.3);
    transition: all 0.25s ease;
}
