
body {
    font-family: Verdana, sans-serif;
    background-color: lightgray;
}

h3 {
    text-align: left;
}

h2 {
    border-top: solid 2px black;
    padding-top: 1em;
}

h4 {
    color: cadetblue;
    text-align: center;
}

h5 { 
    color: cadetblue;
    text-align: left;
    font-size: 80%;

}

#content {
    width: 85%;
    margin: 10px auto;
    background-color: floralwhite;
    padding: 1em 4em;
}

a:link, a:active, a:visited{
    text-decoration: none;
    color: black;
}


a:hover {
    text-decoration: underline;
    color: cadetblue;
}

#navigation {
    font-family: Georgia, serif;
    font-size: 110%;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align: left;
}
    
li {
    display: inline;
    list-style-type: none;
    
    }
.regtangle{
    width: 100px;
    height: 100px;
    display: block;
    float: center;
}

.containerPicture {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 1px;
}


img {
    max-width: 100%;
    max-height: 100%;
    
}

.container {
      background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    
}

.containerInfo {
  
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    width: 160%;
    

}

.text {
    font-size: auto;
    width: 105%;
}

.image {
   display: inline-grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}



    