body {
    color: rgb(100, 0, 90);
    background-image: url(IMG_25710.JPG);
    background-size: 128px;
    font-size: 32px;
    text-align: center;
}
 h1 { 
    background-color: black;
    border-radius: 50px;
    border-style: dashed;
    border-width: 10px;
    width: 440px;
    margin: auto;
    margin-top: 16px;
}
div {
    color: red; 
    font-size: 32px;
    background-color: rgb(100, 0, 90);
    border-width: 10px;
    border-style: dotted;
    width: 157px;
    margin: auto;
    margin-top: 8px;
}