*{
    box-sizing: border-box;
    }

span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:Arial;
    font-size: 46px;
    font-weight: 500;
    text-shadow: 0px 0px 2px grey;
    margin: 10px 0px;
} 

img{
    height: 180px;
    width:180px;
    margin:100px 150px 10px;
    object-fit: cover;
    border-radius: 100px;
    border: 5px solid white;
    box-shadow: 0px 0px 10px rgb(143, 142, 142);
}

.container{
    background: linear-gradient(90deg, #303ea3, #a8327e);
    background-position: 0px -530px;
    margin: 20px 500px;
    background-size: cover;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(130, 130, 130);
    height: 700px;
    width: 480px;
    background-repeat: no-repeat;
}

.icon{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-direction: row;
    font-size: 36px;
    margin: 40px 30px;
    text-shadow: 0px 0px 2px grey;
}

p{
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
    margin: 20px 40px 50px;
    text-shadow: 0px 0px 2px grey;
    font-size: 20px;
}

footer{
    display: flex;
    align-items: center;
    justify-content:space-around;
    border-radius: 8px;
    background-color: rgb(121, 199, 20);
    color: white;
    font-size: 26px;
    height: 50px;
    margin: 40px 40px 10px;
}