@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pixelify+Sans:wght@400..700&display=swap');
/*font-family: "Inter", sans-serif;*/   

body{
    background-color: hsl(0, 0%, 8%);
    font-family: "Inter", sans-serif;
    height: 95dvh;
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    
}
.box{
    background-color: hsl(0, 0%, 12%);
    width: 50dvh;
    height: 70dvh;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.pfp{
    align-self: center;
    border-radius: 100px;
    height: 75px; 
    aspect-ratio: 1;
}
.main{
    height: 100dvh;
    justify-content: center;
    align-content: center;
}
h1{
    margin-top: -5px;
    color:hsl(0, 0%, 100%);
    text-align: center;
    font-weight: 700;
}
#loc{
    color: hsl(75, 94%, 57%);
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: -15px;
}
p{
    font-size: 14px;
    text-align: center;
    color:hsl(0, 0%, 100%);
    font-weight: 400;
}
.list p{
    margin:20px;
    font-size: 14px;
    text-align: center;
    color:hsl(0, 0%, 100%);
    font-weight: 600;
    padding:8px 0px;
    background-color: rgb(60, 57, 57);
    border-radius: 8px;
    margin: 14px 40px;
    box-shadow: 4px 4px 4px rgba(1, 1, 1, 1);
    
}
