body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: antiquewhite;
}

img {
    width: 64px;
    height: 64px;
}

video {
    padding: 0px;
    margin: 0px;
    height: 100%;
    display: inline-block;
}

#emojis {
    display: flex;
    justify-content: center;
    align-items: center;
}
#head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img {
    padding: 5px;
}
#expressions {
    display: flex;
    justify-content: center;
    align-items: center;
}