main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    margin: 30px;
}

p {
    margin: 30px;
    font-size: large;
    font-family: "Menlo";
}

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