/* background image */
body {
  background-image: url('https://i.pinimg.com/736x/fe/86/7a/fe867ade9695b2972845c55238844024.jpg');
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
}
td {
  list-style-type: none; 
  color: #ffffff;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 170px;
  background-color: black;
}
a {
/* font edits */
  text-align: center;
   font-size: 20px;
   font-weight: 400;
  font-optical-sizing: auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ffffff;
  font-style: bold;
  /* font edits */
  font-variation-settings:
    "slnt" 0,
    "CRSV" 199.5,
    "ELSH" 0,
    "ELXP" 0;
/* box edits*/
  margin-top: 50px;
 border-radius: 20px; 
  outline-width: 2px;
  outline-offset: 7px;
  padding: 20px 40px; 
  /* secound outline */
  outline: 3px solid #f7f1ef;
  outline-width: 2px;
  outline-offset: 7px; 
  /* box colours*/
  border:  6px solid #f0f0f0;    
  background-color: rgba(56, 61, 80, 0.863);    
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);                                
}

a:hover {
  background-color: #ff200286;
  color: #ffffff;
}




.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto;
}

img {
    width: 150px; 
    display: block;
    margin: 0 auto;
    height: auto;
}

caption {
  font-family: 'Arial', sans-serif;
  font-size: 3em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
}