#emoicons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    margin: 0 auto;
    position: fixed;
    margin-top: 40px;
}

#emoicons>p {
    justify-self: center;
    width: 100%;
    height: 50px;
    padding: 5%;
    cursor: pointer;
    color: #eee;
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    transition: all 0.1s ease;
}

.sevege {
    width: 32px;
    height: 32px;
}