#headertext{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    text-align: center;
    background-color: #1E90FF;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
}
body{
    margin:0;
    background-color: #1E90FF;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(36, 34, 34);
    padding: 1rem 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#navlinks {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: white;
}
a{
    text-decoration: none;
    color: white;
    font-weight: 500;
}
a:hover{
    color: lightgray;
}
p{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    padding-left: 125px;
    padding-right: 125px;
}
li{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}
footer a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-left: 125px;
}
footer p{
    padding-left: 125px;
}
hr{
    color: #1E90FF;
    opacity: 15%
}
ul{
    padding-left: 180px;
    padding-right: 125px;
}
ol{
    padding-left: 180px;
    padding-right: 125px;
}
#funFact{
    color: yellow;
    font-weight: bold;
}
.subjectheading{
    font-weight: bold;
    text-decoration: underline;
    font-size: 24px;
}
.heading{
    font-weight: bold;
}
.fchart{
    display: flex;
    padding-right: 125px;
    padding-left: 125px;
}
#raspi img{
    padding-left: 125px;
}
footer a{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
footer p{
    font-size: 18px;
    color: whitesmoke;
    font-weight: bold;
}
footer{
    background-color: rgba(46, 46, 46, 0.548);
    padding-top: 25px;
    padding-bottom: 25px;
}