*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
      background-color: red;
}