/* style.css */

body {

    font-family: "Oswald";
    background-color: rgb(188,255,255);
    color: rgb(225,0,0);
    text-align: center;
}



img {
    width: 1000px;
    height: 500px;
}