* {
    margin: 0;
    padding: 0;
    font-family: paralucent, sans-serif;
    font-style: normal;
    font-weight: 600;
    background-color: #CCCCCC
}

.image-container {
    height: 85px;
    width: 367px;
    text-align: center;
}

 img {
     display: block;
     position: relative;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
/*
html, body {
  height: 100%;
  text-align:center;
  display:block;
}

.full-height {
    height: 100%;
}
.center {
    display: block;
    width: 50%;
    padding: 2%;
    align-content: center;
}

p {
    letter-spacing: 10px;
    text-align: center;
    padding: 0%
}

img {
    display: flex;
  align-items: center;
  justify-content: center;
}

.centerImage
{
 text-align:center;
 display:block;
}*/
