h1 {
    color: yellow;
    font-family: arial;
}
  
div {
    height: 50px;
    background-color: #111;
    padding: 20px;
    border: 5px solid yellow;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

p {
    font-family: "Italy";
    font-size: 120%;
    margin-left: 1em;
}