html {
    height:100%;
  font-size: 18px;
  width: 100%;
  margin:0px;
  padding:0px;

}


body {
    height: 100%;
    background-color: black;
    margin: 0px;
    padding: 0px;
}

#wrapper {
    width: 100%;
    height: 250px;
    background-color: darkseagreen;
    border: 2px solid #ffffff;
    border-radius: 10px;
    /* padding-left: 50px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   /* grid-template-rows: auto;*/
}


#wrapper-grid {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap:20px;
    background-color:black;
   /* padding-left: 20px;
    padding-right:20px;*/
}
 .Brand{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight:bold;
        
}
.model {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif

}
.Year {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.Fuel {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.Carpic{
    grid-row:1;
    grid-column:5/6;
}

.Personinfo {
    width: 100%;
    height: 250px;
    background-color: darkseagreen;
    border: 1px solid #000000;
    border-radius: 10px;
    /* padding-left: 50px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* grid-template-rows: auto;*/

}
.Ägare {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    padding-left:20px;
   
}