html {
    height: 100%;
}
  
body {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    background: radial-gradient(circle, rgba(224,192,192,1) 10%, rgba(128,96,96,1) 50%);
}
  
.pop {
    width: 40%;
}
  
.pop h1 {
    font-weight: bold;
    font-size: 2em;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 128, 0.75);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(0, 0, 0);
    padding: 0 10px 0 10px;
}

.pop p i {
    background-color: rgb(255, 255, 192);
    padding: 0 10px 0 10px;
}
