* {
    margin: 0px;
    font-family: "Pixelify Sans", sans-serif;

}

html,
body {
    height: 100%;
}

body {
    display: flex;
    background-color: black;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}


#background {
    height: 100%;
}


#d_box {
    background-color: #252525e0;
    height: 155px;


    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px;
}