body {
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.container {
    width: 70vw;
    min-width: 576px;
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid black;
}

.head-image {
    background-color:#fff ;
    background-image: linear-gradient(90deg, #942de3, #d41212);
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    box-shadow: 0px 0px 10px gray;
    border-radius: 0 0 15px 15px;
}

.person-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    border: 5px solid white;
    box-shadow: 0px 0px 10px gray;
    margin: -125px auto 0 auto;
}

h1 {
    text-align: center;
    font-size: 60px;
}
.text {
    text-align: justify, center;
    font-size: 45px;
}
.icons {
    text-align: center;
    font-size: 60px;
    padding: 50px;
}
#star {
    padding-right: 150px;
}
button {
    max-width: 100%;
    padding: 15px 250px;
    background: purple;
    font-size: 45px;
    text-align: center;
    color: #fff;
    margin: auto;
    border-radius: 10px;
}
#butt {
    text-align: center;
    padding-bottom: 15px;
}