@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400&display=swap');
body {
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
}
.container {
  width: 100%;
  height: 100%;
}
.profile {
  background-color: #fdfdfd;
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0px 8px 8px #cbcbcb;
}
.profile .icon {
  width: 130px;
  /*border: 5px solid #dd7af0;*/
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.profile .name {
  text-align: center;
  padding: 30px;
  font-weight: bold;
  font-size: 25px;
}
.profile .desc {
  text-align: center;
}
a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none; 
  cursor: pointer;
  background-color: unset !important;
  color: unset !important;
}
.about {
  background-color: #fdfdfd;
  margin: 30px;
  border-radius: 20px;
  box-shadow: 0px 8px 8px #cbcbcb;
}
.about .git {
  padding: 30px 30px 15px;
}
.about .tele {
  padding: 15px 30px 15px ;
}
.about .mail {
  padding: 15px 30px 30px;
}
.about .git .gn {
  padding: 10px;
}
.about .tele .tn {
  padding: 10px;
}
.about .mail .mn {
  padding: 10px;
}
.ftr {
  text-align: center;
  padding-bottom: 30px;
}