#end_screen_container
{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
}

#end_screen
{
  display: none;
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #7ecaff;
  color: white;
  text-align: center;
  border-top: 5px solid red;
  border-bottom: 5px solid red;  
}
#end_screen_title
{
  font-size: 3vmin; 
}

#end_description
{
  font-size: 3vmin;  
}

#end_start_button
{ 
  left: 50%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background-color: gray;
}

#end_start_button:hover
{
  background-color: red;
}


#end_image_element
{
  width: 40vmin;
  height: auto;
  background-color: #ffffff00;   
}