@charset "UTF-8";
/* CSS Document */
.bodytext {
    color: darkgreen;
    background-color: lightyellow;
}

body {
    background-image: url("images/green.jpeg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif
}

.textbackgroundcolor {
    color: white;
}

