@import url("https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap");

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  width: 100%;
  height: 100vh;
  background-color: rgb(78, 74, 74);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutme-card {
  width: 30%;
  height: 70%;
  padding: 1rem;
  background-color: rgba(25, 25, 218, 0.429);
  border-radius: 40px;
  text-align: center;
  box-shadow: -2px 2px 5px white;
}
.aboutme-card img {
  width: 50%;
  height: 50%;
  border-radius: 30%;
}
p {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.name{
    margin-top: 5%;
    font-size: 1.5rem;
    color: whitesmoke;
}
.title{
    color: rgba(162, 157, 157, 0.847);

}
li{
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}
li a{
    border: 4px solid rgba(255, 222, 35, 0.671);
    border-radius: 50%;
    margin: 2%;
    width: 64px;
    height: 64px;
       display: flex;
    justify-content: center;
    align-items: center;
}
.about{
    color: rgb(190, 190, 190);
}
span{
    background-color: black;
    color: rgb(214, 255, 127);
}