body {
    background-image: url('pc.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
}


h1 {
    background-color:
    rgba(0, 0, 0, 0.4);
    color: yellow;
    padding: 10px;
    border-radius: 10px;
}


h2 {
    background-color: rgba(0, 0, 0, 0.4);
    color: lightgreen;
    padding: 8px;
    border-radius: 10px;
}

p {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    margin: 20px;
    text-align: justify;
    color: #fff;
    border-radius: 10px;
}


h1, h2 {
    text-shadow: 1px 1px 3px black;
    border-radius: 10px;
}


p::after {
    content: "";
    display: block;
    background-image: url('pc2.png'); 
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 80px;
    border-radius: 10px;
}
