.container {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100vw;
    box-sizing: border-box;
}
div.left {
    width: 10vw;
    box-sizing: border-box;
}
div.right {
    width: 10vw;
    box-sizing: border-box;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80vw;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(24, 24, 27);
    box-shadow: 5px 5px 20px black;
}
body {
   margin: 0px;
   padding: 0px; 
   font-family: "Kanit", sans-serif;
   background: rgb(39, 39, 42);
   overflow-y: none;
   overflow-x: hidden;
}

/* inserire regole da qui */
/* home */
img.cardimg {
    width: 300px;
    
}
img.logo{
    width: 60px;
    height: 60px;
    margin: 10px;
    margin-top: 20px;
}
h1.title {
    color: white;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 80vw;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: rgb(24, 24, 27);
    box-shadow:  0px 5px 15px black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
div.links {
    position: absolute;
    right: 10px;
}
div.logo {
    position: absolute;
    left: 10px;
}
div.title {
    width: 40vw;
    text-align: center;
}
div.cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    text-wrap: wrap;
    height: 50vh;
}
div.cardtext {
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    padding: 5px 30px;
    margin: 0px;
}
p.cardtext {
    padding: 0px;
    margin: 0px;
}
div.card {
    height: 280px;
    width: 300px;
    background-color: rgb(175, 175, 175);
    margin: 20px;
    position: relative;
    box-shadow: 1px 1px 5px black;
}
div.card button {
    border: 0px;
    background-color: rgb(150, 0, 0);
    width: 80px;
    height: 40px;
    position: absolute;
    bottom: -10px;
    left: 110px;
}
button.btn:hover {
    background-color: rgb(189, 64, 64);
}
a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
}
ul.links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    
}
ul.links li {
    list-style-type: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
ul.links li button {
    border: 0px;
    background-color: rgb(150, 0, 0);
    width: 60px;
    height: 30px;
    margin: 5px;
    padding: 0px 5px;
    box-shadow: 1px 1px 5px black;
}
button.btn a.links {
    font-size: 11px;
}
footer {
    width: 80vw;
    height: 150px;
    background-color: rgb(88, 0, 0);
    position: absolute;
    bottom: 0px;    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
div.logof {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
}
div.legal {
    width: 200px;
    margin: 0px;
}
div.legal p {
    padding: 0px;
    margin: 0px;
    text-wrap: nowrap;
    text-align: center;
}
div.logof a img {
    width: 40px;
    height: 40px;
    text-align: center;
}
div.logof h1 {
    padding: 0px;
    margin: 0px;
    text-wrap: nowrap;
}
address {
    text-wrap: wrap;
    width: 200px;
    box-sizing: border-box;
    padding: 10px;
}
address p {
    margin: 0px;
    padding: 0px;
}
ul.social {
    list-style-type: none;
    display: flex;
    align-items:baseline;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}
ul.social li a {
    color: black;
    margin: 5px;
}
div.contacts {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: column;
}
form {
    width: 200px;
}
input, label {
    display: block;
}
input {
    background-color: rgb(39,39,42);
    border-radius: 5px;
}
::placeholder {
    color: rgb(229, 231, 235);
}
form button {
    border: 0px;
    background-color: rgb(150, 0, 0);
    width: 50px;
    height: 20px;
    box-shadow: 1px 1px 5px black; 
    text-align: center;  
}
/* tv ps5 */


article {
    width: 70vw;
    color: rgb(229, 231, 235);
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
}
#titleimg {
    width: 20vw;
    box-shadow: 1px 5px 15px black;
    border-radius: 10px;
    float: right;
    margin: 15px;
}
div.articlecard img {
    width: 20vw;
    border-top-left-radius: 10px;
}
div.articlecard p {
    margin: 10px;
    text-wrap: wrap;
}
div.articlecard {
    height: 40vh;
    width: 60vw;
    background-color: rgb(32, 32, 34);
    margin: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 5px 15px black;
}

p.descr {
    width: 35vw;
    height: 30vh;
    position: absolute;
    top: -5px;
    right: 10px;
    text-wrap: wrap;
    text-align: justify;
}

/* ring light */
article.article2 img {
    width: 25vw;
    float: right;
    margin: 15px;
    box-shadow: 1px 5px 15px black;
    
}
/* google chrome */
article.article3 img {
    width: 35vw;
    float: left;
    margin: 15px;
    box-shadow: 1px 5px 15px black;
}

article p {
    text-align: justify;
    font-size: 18px;
}
article h2 {
    border-left: 5px solid rgb(150, 0, 0);
}
article h1 {
    border-left: 8px solid rgb(150, 0, 0);
    border-bottom: 8px solid rgb(150, 0, 0);
    border-bottom-left-radius: 15px;
}

h3 {
    color: white;
}
h2 {
    color: white;
}
em {
    color: white;
}