html {
    overflow-y:scroll;
    text-color: black;
}

body {
    font-family: helvetica;
    font-weight: bolder;
}

h1 {
    text-align: center;
    font-weight: 900;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
    letter-spacing:1px;
    text-color: black;
}

h2 {
    text-align: center;
}

p {
    margin: 4px;
    padding: 0px;
}

a {
  text-color: black;
}

#preface {
    text-align: center;
    border-width: 1px;
    border-color: black;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-bottom:10px;
}

button {
    font-size: 16px;
    border: none;
    background-color: black; 
    color: white;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
}

#names {
    background-color: red;
}

#container {
    margin: auto;
    width: 36vw;
    margin-bottom: 15px;
}

#wrapper {
    display: grid;
    grid-template-columns: repeat(24, 1fr);    
    text-align: center;
}

#unwrapper {
    text-align: left;
}


h3 {
    font-size: 5px;
    margin-bottom: 0.5px;
}

.super-h3 {
    font-size: 24px;
    margin-bottom: 0.5px;
}


.tile {
    height: 0;
    padding-bottom: 95%;
    padding-right: 10%; 
    margin: auto;
    position: relative;    
}

.super-tile {
    margin: auto;
    position: relative;    
}


img {
   object-fit: contain;
   width: 100%;
   height: auto;
}
