/* Used the following color scheme
https://colorhunt.co/palette/a1ccd1f4f2dee9b3847c9d96
*/

body {
  font-family: "Inter";
  background-color: #4682a9;
  color: #555;
  text-align: center;
  padding: 20px;
}
#profile-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

h1,
h2,
h3 {
  font-family: "Inter bold";
  color: #555;
}

li {
  display: inline;
}

ul {
  padding: 0px;
}

.card {
  background-color: #fff;
  margin-top: 25px auto;
  padding: 50px;
  width: 500px;
  margin: 25px auto;
  border-radius: 5px;
  border: 1px solid #570a57;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

#profile-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #999;
  padding: 7px;
  border-radius: 5px;
  transition: 0.3s;
  margin: 7px 7px 7px;
  display: inline-block;
}

a:hover {
  color: #fafafa;
  background-color: #91c8e4;
}
