* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boyce-image {
  width: 300px;
  margin-bottom: 20px;
}

.card {
  width: 350px;
  padding: 0px 10px;
  display: flex;
  gap: 7.5px;
  flex-direction: column;
  justify-content: center;
}

p {
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  color: inherit;
}
