body{
    background-color: black;
}
.xyz{
    width: 1100px;
    margin: auto;
}
.btn-primary{
    color:#fff;
    background-color:#0d6efd;
    border-color:#0d6efd
}
.btn{
    pointer-events:none;
    filter:none;
    opacity:.65
}
.button{
    display: flex;
    justify-content: space-between;
}