#center_div {
    position: absolute ;
    top: 15% ;
    left: 10% ;
    width: 80%;
    z-index: 2;
}
#go_back {
    width: 20% ;
}
#play_button  {
    position: absolute ;
   top: 50% ;
    left: 45% ;
}

#title_div {
    text-align: center;
    width: fit-content;
    margin: auto ;
    font-size: 4em ;
    border-radius: 0;
    background-color: lightgray;
}
#title_div:has(img) {
    background-color: transparent;
    border: none ;
}