body {
    background-color: black;
}
.me {
    width: 100px;
    border-radius: 10px;
    transition: all 0.75s ease;
    cursor: pointer;
}

