
body{
     margin: 0px; 
}

article{
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 70vh;
    border: 3px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 0px 20px rgb(102, 101, 101);
    background-image: linear-gradient(-110deg, #a32292, #2d1986);
    background-size: 100% 150px;
    background-repeat: no-repeat;
}

img{
     margin: 50px 140px 0px 140px;
     color: rgb(8, 8, 8);
     width: 120px;
     height: 120px;
     border: 6px solid rgb(252, 252, 252);
     border-radius:70px;
     box-shadow: 0px 0px 20px rgb(88, 87, 87);
     object-fit: cover;   
}

.text{
     margin: -20px;
     text-align: center;
     padding: 0px 20px 0px 20px;
     font-family: 'Barlow', sans-serif;  
}

h1{
     font-size: 30px;
     font-weight: bold;
}

p{
     margin: -10px 0px -15px 0px;
     text-align: justify;
     font-size: 20px;   
}

button{
     color: rgb(232, 236, 231);
     border-radius:10px;
     background-color: #4bb342;
     padding: 8px 140px;
     border: 6px solid #4bb342;
     box-shadow: 0px 0px 10px rgb(73, 187, 79);
     text-align: center;
     font-size: 15px;
     font-weight: bold;
}
  

