h2 {
    color: deeppink;
    font-size: 2rem;
}

h1 {
    color: darksalmon;
    font-size: 32px;
}

#EX {
    color: deeppink;
}

.INDIANRED {
    color: indianred;
}

body {
    font-family: 'dancing script', sans-serif;
    background: url(test8.jpg);
}