body {
    margin: 0;
    padding: 0;
    background-color: rgb(50, 50, 55);
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0px;
    width: 100%;
}

h1.header {
    text-align: center;
    margin-top: -50px;
    font-size: 20px
}

.container {
    margin: 0;
    min-height: 800px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,0), rgba(30,30,56,1.0) 10%);
    padding-bottom: 20px;
}

article {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-size: cover;
}

    article div {
        padding: 10px;
        border-radius:10px;
        background: #000000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    article h2 {
        font-size: 20px;
        color: rgb(153, 166, 245);
        margin-bottom:10px;
    }

    article h3 {
        font-size: 16px;
        margin-bottom: 50px;
    }

    article h4 {
        margin-top: 40px;
        color: darkorange;
    }



    article footer {
        display: flex;
        align-items:center;
        margin-top: 20px;
    }



footer .duration {
    color: rgb(255,255,100);
    font-size: 14px;
}

footer .price {
    margin-left: auto;
    color: rgb(100,255,100);
    font-size: 14px;
    background-color: rgba(40, 40, 66,0.5);
    padding: 5px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

h1.category{
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
}
