/* loftsUSB.css */
body {
background-image:url(./images/blegtext.gif);
background-color:white;
color:#000066;
font-family: Arial, Helvetica, sans-serif;
font-weight:500;
font-size:120%;
}


.content {
width:800px;
margin:auto;
text-align:justify;
}

.centertex {
text-align:center;
border:3px solid green;
}

.nav {
text-align:center;
margin-bottom: 1em;
}

.centre {
display:block;
margin-left:auto;
margin-right:auto;
}

.imgl {
float:left;
padding-right:12px;
}

.imgr {
float:right;
padding-left:12px;
}

.level {
margin-top:0px;
}

.caption {
color: black;
font-size: 80%;
margin-top: 0;
text-align: center;
}

.mylist {
text-align:justify;
margin-left:40px;
}

li {
  list-style-position: inside;
  display: inline-flex;
}

li:not(:last-child) {
    margin-bottom: 1em;
}

img {
border:0;
}

a:link {
color:#930;
}

em {
color:red;
}

a:visited {
color:#00F;
}

p {
text-align:justify;
}

h3 {
text-align:left;
color: black;
margin-top: 0px;
margin-bottom: 0.25em;
line-height: 1;
font-weight: normal;
}

pme {
text-align:left;
font-size:120%;
color:#309;
text-align:justify;
font-weight:700;
margin-bottom:2.5em;
white-space:pre-line;
}

.image-container {
  display: flex;
  justify-content: center; /* Horizontally centers the images */
  align-items: center; /* Vertically centers the images */
  gap: 10px; /* Adds space between the images */
}
