﻿
h1 {
    font-size: 60px;
    color: cornflowerblue;
    font-family: 'Righteous', cursive;
}

body {
    //background-color: rgb(226, 43, 205);
    background: rgb(131,58,180);
    background: linear-gradient(94deg, rgba(131,58,180,1) 0%, rgba(253,29,29,0.9164040616246498) 57%, rgba(252,176,69,1) 100%);
    text-align: center;
}

p1 {
    font-size: 20px;
}


    
    

