* {
     box-sizing: border-box;
     padding: 0;
     margin: 0;
     outline: none;
     border: none;
}


body{
     background-color: #ececec;
}