    body {
    background: url('https://i.pinimg.com/originals/83/db/5e/83db5e3bbd052772c02d5678e7e8e1e2.jpg');

    }

    h1 {
    text-align:center;
    margin-top: 10px;
    font-size: 28px;
    }

    img {
    border-radius: 10px;
    box-shadow: 10px 10px 200px yellow;
    }
    .photo-logo {
    padding-left: 30px;
    padding-right: 50px;
    }
    .content {
    display:flex;
    gap: 10px; flex-wrap: wrap;
    padding-top: 20px;
    font-size: 22px;
    font-family: 'Caveat', cursive;


    }
    .content-item {
    display:flex;
    gap: 10px;
    padding-right: 20px;
    width: 50%;