/* Small cover page container */
.cover-page {
    width: 400px;
    height: 600px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    font-family: 'Georgia', serif;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
