body {
    background-image: url(../img/oriental.png);
   }
   
   .logo {
    font-family: 'Peralta', cursive;
   }
   
   .logo a {
    color: rgba(118, 93, 217, 0.9);
   }
   
   .logo a:hover,
   .logo a:active {
    text-decoration: none;
   }

.container4 {
    height: 10em;
    position: relative }
.container4 p {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }