body{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
}
button{
    cursor: pointer;
}
h2{
    text-align: center;
}
button{
    cursor: pointer;
}
.social-icons {
    border: none;
    background: gray;
}
.social-icons a:hover{
    text-decoration: underline;
}
.copyright{
    border: none;
}
.copyright img{
    cursor: pointer;
}
h2.slogan{
    align-content: center;
    border: none;
}
.reciept-box{
    border: none;
}
p.name{
    border: none;
}
.evershop-offline {
    background: rgb(19, 19, 109);
}
.info-link {
    background: rgb(32, 32, 145);
}
.info-link p {
    background: white;
}
.evershop-offline p {
    background: white;
}