.body {
    background-image: url("../img/maxresdefault.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.card{
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 190px!important;
    
}
.card h1{
    font-weight: bold;
    font-size: 40px;
    color: rgb(255, 106, 0) !important;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}