body { 
    background-color: rgb(148, 148, 196);
}
  
h1 { 
    text-align: center;
    color: rgba(127, 231, 226, 0.671);
    background-color: black;
    border-radius: 10px;
    font-family: festive;
}

div { 
    border: 3px dotted rgb(201, 252, 226);
    padding: 15px;
}

p { 
    text-align: center;
    background-color: black;
    color: orange; 
    letter-spacing: 2px;
    text-indent: 30px;
    border-radius: 10px;
    font-family: festive;
}

p.font { 
    font-family: quicksand;
    text-align: center;
    background-color: black;
    color: yellow;
    border-radius: 10px;
    letter-spacing: 2px;
}
