body{
    background-color: hsl(0, 0%, 8%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@import url(https://fonts.google.com/specimen/Inter);

.card{
    margin: auto;
    margin-top: 80px;
    width: 350px;
    background-color: hsl(0, 0%, 12%); 
    height: 550px; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


.img{border-radius: 100px;
    width: 25%;
    margin-bottom: 15px;
}

h2{
    color: white;
    margin-bottom: 0;
}

h4{
    color:hsl(75, 94%, 57%) ;
    margin-top: 3px;
    margin-bottom: 10px;

}

p{
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
}

button{
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: hsl(0, 0%, 20%);
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

button:active{
    color: black;
    background-color:hsl(75, 94%, 57%) ;
}
