body{
   
}

.main{
    height: 100vh;
}

.intro{
    background-color: #f6f6f6;
    height: 100vh;
}

.intro > div{
    height: 100vh;
    position: relative;
}

.head{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    color: #080808;
    text-align: center;
    padding: 20px 0;
   font-family: 'Montserrat', sans-serif;
}

.my-img{
    width: 200px;
    height: 200px;
    margin: 15px auto;
}
.me{
    max-width: 100%;
    border-radius: 50%;
}

.details{
    background-color:#eee;
    padding: 20px;
    height: 100vh;
    overflow-y:scroll;
}
.topline{
 margin:15px auto;
 width: fit-content;
}

.topline a{
    text-decoration: none;
    font-size: 40px;
    margin: 0 15px;
}


.card{
    margin-top: 20px;
}
.card p{
    margin: 0;
}

.card a{
  display: block;
  width: 150px;
  margin-top: 20px;
}

