body{
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    min-height: 100vh;
    margin: 0
}
.menu{
    height: 80px;
    background-color: black;
    display: flex;
    justify-content: center;
}
a{
    padding-right:  30px;
    padding-top: 20px;
    color: whitesmoke;
    font-family: "SN Pro", sans-serif;
    font-size: 30px;
    text-decoration: none;
    font-size: 20px;
}

.name{
    display: flex;
    justify-content: center;
    font-size: 25px;
}
h1{
    color: whitesmoke;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    display: table;            
    margin: 0 auto;            
    text-align: center;        
  
  
    cursor: pointer;
}

.img1{
    display: flex;
    justify-content: center;
    padding: 20px;
    box-shadow:0 10px 30px #3b5174;
}
img{
    border-radius: 16px;
    border: 12px solid rgb(0, 0, 0);
    width: 500px;
    height: 700px;
    

}

.home_social{
    position: absolute;
    left: -6rem;
    top: 50%;
    column-gap: 2rem;
    display: flex;
    transform: rotate(-90deg)
}
.home_social-link{
    font-size: 40px;
}

.img2{
    display: flex;
    justify-content: flex-end;
    display: inline-block;
    float: inline-end;
    padding: 20px;
}
p{
    color: whitesmoke;
    font-size: 50px;
    font-family: "Inter", sans-serif;
    text-align: center;
}
.name2{
    font-size: 50px;
    padding-left: 40px;
    text-align: center;
}
.text{
    padding-left: 20px;
}
.h1{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.friend{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.text{
    display: flex;
    justify-content:center ;
    text-align: center;
}
.card{
    padding-top: 20px;
     box-shadow:0 10px 30px #3b5174;
}

.pr{
    text-align: center;
    font-size: 50px;
}


.button {
  --bg: #000;
  --hover-bg: #ff90e8;
  --hover-text: #000;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--bg);
  border-radius: 4px;
  
  font-size: 1.2rem;       
  padding: 0.5em 2.5em;      
  
  background: var(--bg);
  transition: 0.2s;
  text-align: center;
}

.button:hover {
  color: var(--hover-text);
  transform: translate(-0.25rem, -0.25rem);
  background: var(--hover-bg);
  box-shadow: 0.25rem 0.25rem var(--bg);
}

.button:active {
  transform: translate(0);
  box-shadow: none;
}

