body{
background-color: rgb(201, 103, 108);
font-family: 'Courier New', Courier, monospace;
}

h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
   color: rgb(26, 216, 67);
    text-align: center;
}



p{
    font-family: cursive;
    font-size: small;
   color: rgba(231, 9, 9, 0.87);
    text-align: justify;
}


h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
   color: rgba(204, 207, 5, 0.699);
    text-align: center;
}



p{
    font-family: cursive;
    font-size: small;
   color: rgba(6, 41, 197, 0.733);
    text-align: justify;
}

h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
   color: rgba(204, 207, 5, 0.699);
    text-align: center;
}



p{
    font-family: cursive;
    font-size: small;
   color: rgba(6, 41, 197, 0.733);
    text-align: justify;
}