body {
    background-color: rgb(221, 82, 175);
}

h1, h2{
    color: aqua;
    font-family: 'Trebuchet MS';
    font-size: 50px;
}

p {
    color:yellow;
    font-family: Arial, Helvetica, sans-serif;
}