* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    text-decoration: none;
}


html, body {
    font-size: 14px;
    width: 100%;
    height: 100%;
}