@import url('https://fonts.googleapis.com/css2?family=Noto+Sans');
      
body {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  font-size: 16px;
}
.devices {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  align-items: top;
  justify-content: center;
}
.device {
  border: #a8a8a8 1px solid;
  width: 160px;
  padding: 4px;
  margin: 4px;
}

.device img {
  width: 160px;
  height: 160px;
}

#grade {
  image-rendering: pixelated;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
}
