h3 {
    font-size: 67pt;
}

.icon{
    border: 1px black solid;
    border-radius: 20px;
    padding: 5px;
    background-color: gray;
    font-size: 15pt;
    display: inline-block;
}

.smallText{
    border: 2px greenyellow dotted;
    border-radius: 20px;
    padding: 10px;
    background-color: black;
    font-size: 8pt;
    color: azure;
    display: inline-block;
}

h1.icon{
    color: aqua;
    box-shadow: 5px 5px black ;
}

#specialDiv{
    font-size: 20pt;
}

.link{
    color: blue;
    font-size: 16pt;
    border: 3px black solid;
    border-radius: 5px;
    display: inline-block;
    padding: 20px;
}

.pgheader{
    color: black;
    font-size: 50pt;
    font-weight: bold;
    text-align: start;
    text-align: center;
}
.navbar{
    background: gray; 
    font-family: cursive; 
    padding-left: 15px; 
    padding-right: 15px;
}

.navdiv{
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}
