body {
  margin: 0;
  padding: 0;
  background: #1A1A1D;
}
#content {
  margin: auto;
  width: 400px;
  padding: 5px;
}
a {
    font-weight: bold;
    color: #5e5ef0;
}
p {
  color: white;
  font-family: futura;
  font-size: 14px;
}
img {
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100px;
}
#title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
b {
  display: block;
}