/* html, body {
    margin: 0;
    height: 100%;
    background: #XXXXXX; /* your hex code here
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.container img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;  
} */

html, body {
  margin: 0;
  height: 100%;
}

body {
  background: #f3a01c url("tsn_ccc_cover.jpg") center / cover no-repeat;

}