body{
    background-color: rgb(170,209,250);
    color:rgb(35, 35, 35);    
    font-family: sans-serif;
}
header h1{
    text-align:center;
    font-size: 45px;
    font-family: sans-serif;
}
header h2{
    text-align: center;
    font-size: 25px;
}


.Card{
    background-color: rgb(112,112,62); 
    border: 2px solid rgb(112,112,62);
    border-radius: 5px;
    padding-bottom: 3px;
}
.navLinks nav{
    flex: 1;
    display:flex;
    justify-content: space-around;
    font-size: 25px;
    background-color: rgb(35, 35, 35);
    padding:0px,10px;
}

nav a:any-link{
    flex:1;
    display:flex;
    color:white;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
nav a p{
    flex:1;
    display:flex;
    justify-content: center;
    margin:auto;
    text-align:center;
}
nav a:hover{
    background-color:rgb(68, 68, 68);
}
hr{
    border:3px solid rgb(35, 35, 35);
}
footer {
    display:flex;
    flex: 1;
    justify-content: space-around;
}
footer >div{
    width:100%;
    text-align: center;
}
.comms {
    color:black;
}