.btn{
    padding: .9rem 3rem;
    border-radius: 100px;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn_red{
    background: #D60D34;
    color: #fff;
}