.view {
    height: 1080px;
    width: 1920px
}

.header {
    background-color: darkblue;
    height: 80px;
}

.navbar {
    height: 80px;
    background-color: rgb(14, 52, 100) !important;
}

.navbar-brand {
    margin: 5px;
    position: absolute;
}

.category {
    color: white;
    margin: 0 auto;
    font-weight: 700;
}

.scheda {
    border: 3px solid darkblue;
}

.schedaHd {
    border: 3px solid darkblue;
    height: 1000px;
}

.description {
    color: black;
    display: table-cell;
    width: 60%;
    font-size: 40px;
    font-weight: 500;
    vertical-align: middle;
    height: 200px;
}

.priceLabel {
    margin-top: 0;
    float: right;
    font-size: 50px;
    height: 200px;
    line-height: 200px;
}

.int {
    margin-left: 10px;
    color: red;
    font-weight: 700;
    font-size: 100px;
}

.decimal {
    color: red;
    font-weight: 700;
    font-size: 80px;
}

.price {
    float: right;
    color: red;
    font-weight: 700;
    font-size: 100px;
}

.descriptionLabel {
    display: table;
    position: relative;
    height: 200px;
}

.productImage {
    height: 800px;
}