.center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    flex-direction: column;
}
.btn{
    height: 3rem;
    width: 40%;
    min-width: fit-content;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #ff4f00;
    text-align: center;
    text-decoration: none;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}