body {
    background-image: url("../background.gif");
    margin: 0;
    font-family: system-ui;
    background-color: rgb(118, 117, 117);
    }

h1 {
    color:rgb(168, 168, 225);
    text-align: center;

}
h2 {
    color:blanchedalmond;
    text-align: center;
}
p {
    text-align: center;
    color: rgb(239, 238, 201);
}