*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

.content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44.59px;
    background-color: rgb(255,255,255 );
    font-size: 17px;
    line-height:1.47059;
    letter-spacing: -0.022em;
    font-family: sans-serif;
    font-style: normal;
    color:rgb(29,29,31)
}

p{
    align-items: center;
    text-align: center;;
}

.content a{
    text-decoration: none;
}

.content a:hover{
    text-decoration: underline;
}