body {
    background-color: hotpink; 
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    margin: 0;
    padding: 0;}

h1 {
    color: white; 
    font-size: 50px; 
    margin-top: 50px;
    text-align: center;}

div.button-container {
    text-align: center; 
    margin-top: 30px; }

a {
    text-decoration: none;
    color: black; 
    background-color: white; 
    border: 2px solid black; 
    padding: 10px 20px;
    border-radius: 20px; 
    font-size: 16px;
    margin: 0 10px; 
    display: inline-block; 
    transition: background-color 0.3s; }

a:hover {
    background-color: #f0a0b2; 
    color: black; }

img {
    margin-top: 30px; 
    width: 400px; 
    height: auto ; }

  .photo-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;}

  .photo-row img {
    width: 20%;
    height: 550px;
    border-radius: 8px;}

  .table {
    margin: 30px auto; border-collapse: collapse;
    justify-content: center;}