* {
  font-family: "Cabin", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  text-align: center;
  font-weight: bolder;
  font-size: 3.5em;
}
p {
  text-align: center;
}
p:first-of-type {
  margin-bottom: 0px;
}
.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

a{
    color: black;
}

a:hover{
    text-decoration: none;
}