h2,h3,h4,h5,h6{
    font-size: 40px;
    background: -webkit-linear-gradient(rgb(0, 255, 106), rgb(51, 51, 51));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    font-size: 20px;
    background: -webkit-linear-gradient(rgb(54, 235, 9), rgb(0, 25, 253));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px dotted rgb(0, 3, 190);  
}



article {
    font-size: 20px;
    background: -webkit-linear-gradient(rgb(6, 9, 196), rgb(2, 151, 39));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid rgb(0, 124, 207);  
    perspective: 1700px;
}

figure#figure1 {
    -webkit-transform:rotate(180deg);
    transform: rotateY(10deg) translateY(0px) skewX(15deg);
    perspective-origin: right;
}

img#pet_competition{
    width: 50%;
}

img#rick_ashley{
    width: 40%;
}