#main {
  justify-content: center;
  width: 400px;
  min-height: 400px;
}

#l-sidebar {
  justify-content: center;
  width: 20%;
  height: 80%
}

#r-sidebar {
  justify-content: center;
  width: 20%;
  height: 80%
}

body {
  background-color: black;
  color: grey;
  font-family: Verdana;
}

.grid {
  display: flex;
  flex-wrap: nowrap;
} 

.frame {
  border-style: solid;
  border-top: 40px;
  border-right: 40px;
  border-bottom: 60px; /* less bottom to “cut higher” */
  border-left: 40px;

  border-image: url("monitor-border.png") 40 40 60 40 fill stretch;
}

.framed {
  width: 80%;
  height: 60%;
  margin-top: 30px;
  object-fit: cover;
}

.image {
  width: 80px;
  height: 80px;
}
