﻿@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 4
   Coding Challenge 1

   Author: Lucas Schiele
   Date:   10/08/2024
   
   Filename: code4-1.css

*/

body {
   width: 900px;
   margin: 20px auto;
   font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
   font-size: 1.4em;
   padding-bottom: 30px;
}

cite {
   font-size: 0.8em;
   display: inline-block;
   margin-left: 20px;
}