* {
    box-sizing: border-box;
}
body {
    margin: 0;
}

.test {
    background-color: #000000;
}