@import url('https://fonts.googleapis.com/css2?family=Julee&display=swap');

/* CSS code*/
body {
    padding: 20px;
    background: blanchedalmond;
    color: black;
    text-align: center;
    font-family: 'Julee', cursive;
}

h1 {
  font-size: large;
}

p {
  font-size: medium;
}

a {
  text-decoration: none;
  color: black;
  padding: 5px;
}
.profile-img {
  width: 100%;
  border-radius: 50%;
}

.btn {
  display: block;
  color: whitesmoke;
  padding: 20px;
  background: black;
  margin: 20px;
  box-shadow: 10px 10px lightgray;
}