body{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.photo{
    width: 100%;
    height:300px;
    object-fit: cover;
}
.topic{
    text-align: center;
}
.container{
    max-width: 720px;
    margin:0 auto 0 auto;

}