/* CSS for chuck */

body {
    background-image: url("/Storage-Closet/img/chuck/chuck.gif");

}


h1 {
    text-align: center;
    text-shadow: 1px 1px black;
    font-size: 2em;
    background-color: rgba(145, 145, 153, 0.85);
    padding-top: .5em;
    padding-bottom: .5em;
    text-shadow: 1px 1px #002933;
}

.container {
    display: grid;
    grid-template-columns: 0.1fr 1fr .1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        ". center .";
}

.center {
    grid-area: center;
    background-color: rgba(144, 144, 151, 0.85);
    padding: 1em;

}
.main{
    font-size: large;
}
.imgs{
    
    width:70%;
}
.imgsdivs{
    text-align: center;
    float:right;
    width:20%;
    font-weight: lighter;
    font-size: .9em;

}
.youSawNothing{
text-decoration: none;
color:black;
}
.equasion{
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}
.imgsdivsL{
    text-align: center;
    float:left;
    width:20%;
    font-weight: lighter;
    font-size: .9em;
}