body{
    margin: 0;
}
div,input{
    box-sizing: border-box;
}
input{
    outline: none;
}
p{
    margin: 0;
}