body {
    background-color: #010a01;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /*centers items on the line (the x-axis by default)*/
    align-items: center; /*centers items on the cross-axis (y by default)*/

}

.img_style{
    width:150px;
}

.item{
    margin: 15%;
}


.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
