*{
    box-sizing: border-box;
    color: var(--color-text);
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

html, body {
    display: flex;
    flex-direction:column;
    margin: 0;
    height: 100%;
    width: 100%;
}