* {
    background-color: rgb(255, 233, 205);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 5%;
}


h1{
    color:tomato;
}
h2{
    color:peru;
}
h3{
    margin-left: 10%;
    color:olivedrab;
    font-style: oblique;
    font-size: 16px;
}
p{
    color:rgb(90, 45, 0);
    font-size: 22px;
}

b{
    color:darkslategrey;
}




.action{
    color: tomato;
    font-style:italic;
    font-size: 16px;
    margin-left: 10%
}