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

html{
    background-image: url('/binarysunste.jpeg');
}

.item{
    background-color: white;
    width: 300px;
    height: 100px;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}