body {
    text-align: center;
}

.bet {
    font-size: 50px;
    font-weight: 900;
}

#title {
    margin-bottom: 80px;
    margin-top: 40px;
}


.flex {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding: 10px 20px;
    box-sizing: border-box;
  }


.topmenu {
    text-align: left;
    font-weight: 900;
    font-size: 25px;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

