

.box {
    width: 100px;
    height: 100px;
    background-color: orange;
    font-size: large;

}

p {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 100;
}