@font-face {
    font-family: Patchwork_Rough;
    src: url("Patchwork_Rough.otf");
font-size: xx-large;

}
body{
    color:white;
    background:rgb(187, 220, 196);
    font-family: Patchwork_Rough;
}

h1{
    color:greenyellow;
    font-weight:normal;
}

p.type1{
    color: red;
}

p.type2{
    color:rgb(186, 228, 209);
}




body{
    color:white;
    background:rebeccapurple;
}