*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100px;
}
html,body{
    width: 100%;
    box-sizing: border-box;

}