#p-title {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 400%;
  /* color: green; */
}

.bg-image {
  background-image: url(../assets/b0.jpg);
  background-position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

p {
  font-size: large;
}

#prof {
  border-radius: 50%;
  border-style: solid;
  border-color: grey;
  width: 50%;
  margin: 0 auto;
}

#cookie-box {
  width: 70px;
  text-align: center;
}