body{
    font-family:sans-serif;
    background-image: url(wallpaper.jpg);
    background-repeat: no-repeat;
    width:100%;
    height:100%;

}
.heading{
    font-family: 'Ultra', serif;
    text-align: center;
}

#search{
    height: 50px;
    margin-top:5%;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 10px #333;
    padding-top:7px;
}
#search input,button{
    border: none;
    outline: none;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;

}
#search input{
    margin-left: 17%;
}

#search button{
    background-color: #4f88e9;
}

#search button:hover{
    box-shadow: 2px 2px 5px #555;
    background-color: #7799d4;
}
#search input:hover{
    box-shadow: 2px 2px 5px #555;
    background-color: #ddd;
}
#card-dec{
    height: 375px;
    margin-top:10%;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 10px #333;
    padding: 30px;
    font-weight: bold;

}

#card-dec h5{
    font-weight: bold;
}


