body{
    padding: 0px;
    margin: 0px;
}
button{
    color: white;
    padding: 10px;
    background-color: blueviolet;
    border: none;
    border-radius: 3px;
}
.profile{
    width: 200px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 5px 5px 5px black;
    text-align: center;
    margin-top: 200px;
    margin-left: 650px;
}
.profile img{
    border-radius: 50%;
}

