*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
#cont {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
}

#cards > div{
    margin-top: 30px;
    font-size: 15px;
}
#user > h1{
    font-size: 50px;
}
#image {
    margin-top: 30px;
}
#image > img {
    width: 400px;
    height: 350px;
}
#footer {
    margin: auto;
    margin-top: 40px;
    width: 90%;
    display: flex;
    gap: 40px;
    
}
#footer > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 15px;
}

#footer > div > img {
    width: 40px;
    height: 40px;
}
#bottom {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    
}
input {
    margin-right: 10px;
}
label{
    margin-right: 20px;
}
a {
    color: gray;
}