
body {
    background-color: #09122C;
    color: #E17564;
    font-family: monospace;
  }

.gallery{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.photo{
  flex: 0 1 30%;
}

.photo img{
  border-radius: 10px;
}
.photo a{
  color: #BE3144;
}