.performer-registration{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.performer-registration .btn-large {
    background-color: rgb(74, 165, 204);
    width: 300px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    padding: .8rem 4rem;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.performer-registration .btn-large.bleu-black{
    background-color: rgb(8, 47, 100);
}

.performer-registration .btn-large:hover{
    transform: scale(1.05);
    text-decoration: none;
}