/* background */

body {
  background-image: url('akisum.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} 



/* fonts */

@font-face {
  font-family: UAV-OSD-Mono;
  src: url(UAV-OSD-Mono.ttf);
  }
@font-face {
  font-family: UbuntuMono-R;
  src: url(UbuntuMono-R.ttf);
}
h1 {
  font-family: UAV-OSD-Mono;
  font-size: 200%;
  color: white;
}
p {
  font-family: UbuntuMono-R;
  font-size: 200%;
  color: black;
  }

a {
  color: black;
  text-decoration: none;
}



/* links */

a:hover {
	color: #FFF;
	background: #0000ff;}


/* whitebox tables */

table {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

th, td {
  padding: 20px;
}



/* art but also pyramid*/

.container {
  display: flex;
  gap: 10px;
  align-items: flex-start;

}

ul {

  display: flex;
  flex-wrap: wrap;
  list-style-type: none; /* Remove bullets */
  padding: 0;
  margin: 0;


li {

  height: 40vh;
  padding: 50px;
  margin: 70px;
  max-width: 30%;
}

img {

  object-fit: contain;
  max-width: 100%;


}

figcaption {


    contain: inline-size;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;

}
