body {
  background: linear-gradient(to bottom left, #585af0, #52c2d6) no-repeat center
    center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  color: #dcdcdc;
}

.logo-img {
  width: 350px;
}

.link,
.link:active,
.link:focus {
  text-decoration: none;
  transition: 0.25s;
  color: white;
}

.link:hover {
  transition: 0.25s;
  color: gold;
}

.parent-info {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  font: 400 18px "Calibri", "Arial";
}

.info {
  margin: 5%;
}

.text-bold {
  font-style: bold;
}
