h1{
    background: linear-gradient(90deg,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 100;
}
/* 
Kommentar <-
*/
article{
    background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    color: transparent;
    font-size: large;
    background-clip: text;
}

div{
    background-color: black;
    max-width: 60%;
    max-height: 100%;
    min-height: 100%;
   
    border: 1;
}

img{
    border-radius: 5%;
    outline: auto;
    outline-color: red;
    border-color: blueviolet;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: black ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("bw.gif");    
}