body
{
    background-color: #000000;
    margin: 0;
    padding: 0;
    overflow:hidden;
}

.container
{
    width: 100%;
    height: 100%;
    overflow:hidden;
    
}

.container img {
    max-width: 100%;
    max-height: 100vh;
    
}

.layer {
    height: 100%;
    width: 100%;
}

a:link {
    color:  rgb(73,73,73);;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color:  rgb(73,73,73);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(255, 217, 0);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
  }