.header {
    background: linear-gradient(to top right, #353535, #000000);
    color:white;
    text-align: center;
    padding: 20px;
}

.container {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Lucida Sans';
}

.Menu {
  background: gray;
  color: white;
  text-align: center;
  padding: 15px;    
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.navbar li {
    display: inline;
}

.navbar a {
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
}

.konten {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(to top, #282828, #363636)
}

.leftbar {
    background: linear-gradient(to bottom right, #c7c7c7, rgb(101, 101, 101));
    color: black;
    width: 20%;
    margin: 20px;
    height: 65vh;
    text-align: center;
    flex-shrink: 0;
}

.content {
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 60vh;
  padding: 20px;
}

.rightbar {
    background: linear-gradient(to bottom left, #c7c7c7, rgb(101, 101, 101));
    color: black;
    width: 20%;
    margin: 20px;
    height: 65vh;
    text-align: center;
    flex-shrink: 0;
}

.footer {
    background: linear-gradient(to top right, #2c2c2c, rgb(73, 73, 73));
    color: white;
    text-align: center;
    padding: 7px;
    margin: 0;
    font-size: 15px;
}

.leftbar p {
    text-align: justify;
    line-height: 1.6;
    margin: 5px;
    font-size: 14.3px;
}

.gambarsub1 {
    width: 100%;
    height: auto;
    display: block;
}

.gambarmer1 {
    width: 100%;
    height: auto;
    display: block;
}

.gambarbmw1 {
    width: 100%;
    height: auto;
    display: block;
}

.rightbar .galeri{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px;
}

.galeri .gambarsub2 {
    width: 100%;
    height: auto;
    display: block;
}