html{
  background: white;
}

@font-face {
  font-family: kid;
  src: url(/kid.otf);
}

@font-face {
  font-family: curly;
  src: url(/curly.ttf);
}

body {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-top: 30px; 
  font-family: kid;
}

.acc {
  font-family: curly;
  color: #e391c4;
}

.gallery {
  width: 52%; float: right; display: flex;
}

.gallery img {
  width: 33%;
  height: 56px;
}