
body{
    min-height: 160px;
    /* background-image: url(/res/img/spaceman.jpg); */
    background: linear-gradient(45deg, #9a02ff,#02ffea);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    width: 100%;
}
