button {
  cursor: pointer;
}

.messagePopup{
    position: fixed;
    top: -70px;
    text-align: center;
    font-size: 18px;
    background-color: #80aaff;
    color: #131314;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    transition: .3s;
}
.messagePopup svg{
    width: 25px;
    height: 25px;
    fill: #131314;
    margin-right: 5px;
}
