body {
    background-color:#060607;
  }
  
    img {
    width: 94%;
    height: auto; 
  }
  p { text-align: center;}
  .nazad { width: 10em;
    height: 6ex;
    background-color: grey;
    border: 2px solid yellowgreen;
    border-radius: 10px;
    font-weight: bold;
    text-align: center; 
    margin: auto;
    padding-bottom: 2%;
    
    
  }
  a {text-decoration: none; color: blue; cursor: pointer;}
  a:hover {
    color: red;
  }