@font-face {
    font-family: "Alice";
    src: url(/Alice-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Seagram";
    src: url(/Seagram.ttf);
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: Alice;
    color: darkblue;
}
body {
    margin: 0px;
    padding: 0px;
    height: inherit;
    width: inherit;
    background-color: lemonchiffon;
    background-image: url(BG.gif);
}

contents {
    margin:auto;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;

}

div {
    padding: 30px;
    border: 1px dashed darkblue;
    background-color: lemonchiffon;;
    margin: 10px;

}

h1 {
    font-family: Seagram;
    color: rgb(255, 148, 255);
    text-shadow: 2px 2px 1px black;
}


grid {
    display: grid;
    grid-template-columns: 400px 400px;
}

#forest {
    background-image: url(SQ149.JPG);
}
#flower {
    background-image: url(qhd50029.jpg);
}
#pool {
    background-image: url(AGUA012.png);
}
#house {
    background-image: url(house.jpg);
}
#sky {
    background-image: url(CLOUDS_copy.JPG);
}
#moon {
    background-image: url(cc330138.jpg);
}
#earth {
    background-image: url(earf.JPG);
}
#toast {
    background-image: url(toast.jpg);
}