body{
    background-color:#FF7F01;
    /* background-size:cover;
    background-position:center;
    height:100vh; */
}

*{
    text-transform: uppercase;
}

p{
    font-size:30px
}

.btn-danger{
    background-color: rgb(22, 22, 22)!important;
    border:none!important
}

h6{
    font-size:10px!important
}