body {
    /*background-color: black;*/
    background-image: url("resources/background.jpeg");
    /*background-image: url("resources/archangel10.png");*/
    background-size: cover;
    /*background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;*/
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
