html, body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.column{
    display: flex;
    flex-direction: column;
}

.row{
    display: flex;
    flex-direction: row;
}

::-webkit-scrollbar{
    width: 0;
}

*:not(input){
    user-select:none;
}

*{
    outline: none;
}