@font-face {
    font-family: inter;
    src: url(inter.ttf);
}
body{
    text-align: center;
    background-color: hsl(0, 0%, 8%);
    color: white;
    font-family: "inter";
}

.container{
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 300px;
    background-color: hsl(0, 0%, 12%);
    padding:30px 0px;
    border: none;;
}
img{
    border-radius: 100%;
    width: 70px;
}
button{
    background-color: hsl(0, 0%, 20%);
    color: white;
    padding: 5px 5px;
    width: 250px;
    margin: 5px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    height: 35px;
    font-size: 12px;
}
h1{
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 20px;
    
}
h2{
    font-size: 10px;
    color: hsl(75, 94%, 57%);
}
p{
    font-weight: 400;
    font-size: 12px;
}