* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    font-size: 16px;
    font-family: Mukta, sans-serif;
}

main {
    width: 450px;
    min-height: 500px;
    margin: 20px auto;
    box-shadow: 0px 0px 10px grey;
    border-radius: 15px;
    text-align: center;
}

div {
    background: linear-gradient(to right bottom, #462ed0, #5935cb, #683dc7, #7345c2, #7d4dbe, #844ebe, #8b4fbd, #9250bd, #9a49bf, #a340c1, #ac35c1, #b624c1);
    height: 100px;
    border-radius: 15px 15px 0px 0px;
}

img {
    width: 150px;
    margin-top: -80px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0px 0px 10px grey;
}

button {
    background: green;
    color: white;
    width: 90%;
    font-size: 20px;
}
p+p {
    font-size: 24px;
}


.fa-users:before {
    content: "\f0c0";
    font-size: 26px;
}

.fa-envelope:before {
    content: "\f0e0";
}