body{
    
    background:linear-gradient(135deg,#111827,#1e293b,#1e293b,#111827);
    background:radial-gradient(circle at top,#27324e,#111827);
    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;
}


img{
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,.1);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    width: 500px;
    height: 700px;
}
img{
    transition: .3s;
}

img:hover{
    transform: scale(1.02);
}



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;
}




.button {
  --bg: #000;
  --hover-bg: #222b47ac;
  --hover-text: #ffffff;
  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;
}
