.new-look {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05em;
}
.new-look h1, .new-look h2 {
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.new-look h1 {
    font-size: 2em;
}
.new-look h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
}
.new-look img {
    max-width: 100%;
    height: auto;
}
.new-look .photo-info {
    color: gray;
    font-style: italic;
    text-align: center;
}