body{
    box-sizing: border-box;
    margin: 0px;
    background-color: brown;
}

#check{
    border: 5px solid white;
}