.roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.inter{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 50;
  font-style: normal;
}


body{
    background-color:#DAD7CD;
    font-family:"Inter", sans-serif;
    line-height:2;
    font-size:large;
}

h1,h2,h3,h4{
    color:#3A5A40;
    font-weight:700;
    text-align:center;
}

p{font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color:#344E41

}

nav{
    text-align:center;
    font-size:x-large;

}

nav a{
    text-decoration:none;
    margin-left:20px;
    background-color:#A3B18A;
    padding:2px 4px;
    color:#344E41;
    border-radius:5px;
    border:2px solid #344E41;
}

nav a:hover{
    background-color:#344E41;
    color:#A3B18A;

}
img{
    width:45%;
    height:auto;
    display:flex;
    margin: 10px center;
    border:4px solid #344E41;
    border-radius:10px;
    padding:5px 5px;
    justify-content:center;
}

.climo{
    display:block;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin:auto;
    padding:5px;
    justify-content:center;
}

.satellite-group {
    display:flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin:auto;
    padding:5px;
    justify-content:center;
}

main p{
    text-align:left;
}
a{
    color:#344E41;;
}
footer{
    text-align:center;
}

/* all images used
home - lightning strike via google search
sat - NOAA
radar - NOAA
College of Dupage for HREF,NAM,GFS
instruments - NWS
METAR observation was via AWS
/*