/*  style.css */

*   {
    background-color: rgb(241, 232, 217);
}
h1  {
    text-align: center;
    justify-content: center;
    Color: rgb(73, 145, 73);
    background-color: whitesmoke;
    font-size: 12ch;
    background-color: rgb(241, 232, 217);

}
#insta {
    font-size: larger;
}
.options    {
    color: rgb(73, 145, 73);
    font-size: large;
}