.btn-1{
    position: absolute;
    bottom:10%;
    left:5%;
    display: block;
    text-align: left;
    width: 25%;
    margin:auto;
    padding: 0.8rem 1rem;
    font-weight: bold;
    border: 1px solid rgb(214, 53, 136);
    background-color: rgb(214, 53, 136);
    color:#fff;
    transition: .5s;
    font-size:0.5rem;
}

.btn-1::after{
    position: absolute;
    right:10%;
    top:35%;
    content:'';
    width: .5rem;
    height:.5rem;
    border-bottom:.2rem solid #fff;
    border-right: .2rem solid #fff;
    transform: rotate(-45deg);
}

.btn-1:hover{
    color: rgba(176, 1, 91, 0.7);
    background: #fff;
}
