body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: hsl(0, 0%, 8%);
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.parent{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#box{
    width: 440px;
    height: 710px;
    border: 5px solid hsl(0, 0%, 12%);
    border-radius: 10px;
    background-color: hsl(0, 0%, 12%);
    box-sizing: border-box;
    text-align: center;
}
#pfp{
    border-radius: 999px;
    width: 100px;
    margin-top: 35px;
}
p:first-of-type{
    color:hsl(75, 94%, 57%);
    margin-top: -10px;
    font-weight: bolder;
}
p{
    color:#C7C7C7;
    margin-top: 30px;
}
h3:first-of-type{
    color:white;
    font-size: 25px;
}
.ul{
    display: flex;
   flex-flow: column;
   
}
nav a{
    text-decoration: none;
    color:#D7D7D7;
    font-weight:750;
    
}
nav button{
    background-color: hsl(0, 0%, 20%);
    height: 50px;
    margin: 10px;
    border: none;
    border-radius: 10px;
}
@media screen and (max-width:590px){
    body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: hsl(0, 0%, 8%);
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    }
   #box{
    width: 440px;
    height: 710px;
    border: 5px solid hsl(0, 0%, 12%);
    border-radius: 10px;
    background-color: hsl(0, 0%, 12%);
    box-sizing: border-box;
    text-align: center;
}
#pfp{
    border-radius: 999px;
    width: 100px;
    margin-top: 35px;
}
}