@import url('palette.css');
body {
    background-color: var(--background-color);
    color: white;
}

#indexImg {
    width: 150px;
    height: auto;
}

.container.text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
  