.container{
    background-color:rgb(56, 51, 51);
    height:700px;
    width:500px;
    border-radius: 1%;
    
    position: relative;
   top:50px;
    left: 600px;  /* Move right */

    display:flex;
    flex-direction: column;
    justify-content: center;
  
    
        display: grid;
        column-gap:50px;
        gap:20px;
   
  
   

}
p.center{
text-align: center;

margin: 0%;
margin-top: 1px;
margin-bottom: auto;
color:greenyellow;
    font-size: 14px;
    font-family: 'Inter', sans-serif;



}
p.center1{
    text-align: center;
    margin: 0%;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    font-size: 14px;
    font-family: 'Inter', sans-serif;

    
}

button {
    background-color:rgb(127, 123, 123); /* Green background */
    color: white;              /* White text */
    padding: 10px 20px;        /* Space inside the button */
    border: none;              /* Remove border */
    border-radius: 5px;        /* Rounded corners */
    font-size: 14px;           /* Text size */
    width: 400px;
}


h1{
    text-align: center;
    margin: 0%;
    margin-top: auto;
    margin-bottom: 1px;
    color: white;
    font-family: 'Inter', sans-serif;
    
}


div{
    display:flex;
    flex-direction: column;
    justify-content: center;
   

   
   
}


    

.div{
    background-color: black;
    
    height: 100vh;
    width: 500px;
margin-top:150px;


}
body{
    background-color: black;
    height:350px;
    width: 400px;
}



img{
    border-radius: 50%;
    display: block;
    margin: auto;

}

