@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');


body {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #eeee;
    display: flex;
    justify-content: top;
    align-items: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}