
/* Use this CSS to set font size, font color, and background color */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 1.5rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(green,pink,white);
}
.firstlogo {
    display: flex;
    justify-content: flex-end;
    background-color: black;
    color: white;
    padding: 1rem;
    column-gap: 1rem;
}
.firstlogo h1 {
    font-size: 3rem;
    font-family: "Pinyon Script", cursive;
    text-align: center;
    
}
.rarlogo img{
    display: flex;
    justify-content: flex-start;
    height: 80px;
    width: 80px;
    border: 2px solid rgba(255, 255, 255, 0.774);
    border-radius: 50%;
    height: auto;
}
.nav1{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 1rem;
    background-color: white;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 1.3rem;
    font-weight: 520;
    font-family: 'Inter', sans-serif;
}

.nav1 a{
    color: black;
    text-decoration: none;
}
a:hover , a:focus {
    color: rgba(0, 0, 0, 0.353);
}
.img1 img{
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    height: auto;
}
.img1 figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.7rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
table{
    margin: 1rem;
}
table, tr, th, td, caption {
    border: 1px solid;
    font-family: 'Courier New', Courier, monospace;
    border-collapse: collapse;
    padding: 0.5rem;
}
#about{
    padding: 1rem;
}
#about h1 {
    padding: 1rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;

}
#about p{
    text-indent: 4rem;
    font-size: 1.7rem;
    font-family: 'Times New Roman', Times, serif;
}
aside h1 {
    padding: 1rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
}
aside summary{
    padding: 0.4rem;
    font-size: 1.7rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
aside p{
    text-indent: 4rem;
    font-size: 1.7rem;
    font-family: 'Times New Roman', Times, serif;
}
.h11 {
    color: whitesmoke;
    background-color: black;
    text-align: center;
    padding: 1rem;
}
footer{
    padding: 1rem;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
}
footer a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.596);
}
footer a:hover , a:focus {
    color: rgba(0, 0, 0, 0.353);
}
foot {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    padding: 1rem;

}
@media screen and (orientation: landscape)
{
    body{
        font-size: 2rem;
    }
    .firstlogo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
} 
@media screen and (min-width: 400px) and (max-width: 800px)
{
    body{
        font-size: 2rem;
    }
    .firstlogo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-width: 500px) and (max-width: 800px)
{
    body{
        font-size: 2rem;
    }
    .firstlogo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
{
    body{
        font-size: 2rem;
    }
    .firstlogo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
} 
/* li{
    margin: auto;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
    list-style-type: none;
    border: 2px solid black;
    line-height: 5rem;
    max-width: 800px;
    padding: 1.2em; 
}
li:first-child{
    border-radius: 2rem 2rem 0 0;
}
li:last-child{
    border-radius: 0 0 2rem 2rem;
}
li a:hover,li a:focus{
    background-color: black;
    color: whitesmoke;
}
li a{
    display: block;
} */

/*.firstlogo{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: top;
    text-align: center;
    justify-content: center;
    background-image: linear-gradient(rgb(0, 73, 0),teal);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 2px 2px 2px black;
    
}
.firstlogo h1{
    
    color: whitesmoke;
    font-family: "Pinyon Script" , cursive;
    font-size: 4rem;
    font-weight: 400;
    font-style: normal;
    text-align: top;
    padding-bottom: 0;
    margin-bottom: 0
}

    border-bottom: 2px solid black;  learn first beginne */