.container {
    margin-top: 1 !important;
}

@font-face {
  font-family: 'calibriFont'; /* Choose a name for your font */
  src: url('fonts/calibri.ttf') format('truetype'); /* Specify the path and format */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Recommended for performance to prevent render-blocking */
}

@font-face {
  font-family: 'digitalFont'; /* Choose a name for your font */
  src: url('fonts/digital-7.ttf') format('truetype'); /* Specify the path and format */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Recommended for performance to prevent render-blocking */
}

@font-face {
  font-family: 'BenFont'; /* Choose a name for your font */
  src: url('fonts/BenjaminFranklin.ttf') format('truetype'); /* Specify the path and format */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Recommended for performance to prevent render-blocking */
}


#memVerseText {
    font-size: 1.5em;
    font-family: BenFont;
    color: black;
    background-color: whitesmoke ;


}

.theHTML {
    font-family: calibriFont;
    font-size: 1.5em;
    color: black;
    background-color: whitesmoke
}

#top {
    font-size: 2.5em;
    font-family: calibriFont;
    color: #000080;
    background-color: #d3d3d3;

}

#clock {
    font-size: 4em;
    font-family: digitalFont;
    color: #333333;
    background-color: #fffdd0;

}

#content {
    font-family: calibriFont;
    font-size: 1.5 em;
    background-color: whitesmoke;
}

#theTitle {
    font-size: 1.85 em;
    font-family: calibriFont;
}
.theWeather {
    font-size: 2em;
    font-family: calibriFont;
    background-color: forestgreen;
    color: whitesmoke;

    text-shadow: 
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000; 
}
.theTemp {
    font-family: calibriFont;
    font-size: 1.85em;
    background-color: whitesmoke;
}
.theEvents {
    font-size: 2em;
    font-family: calibriFont;
    background-color: skyblue;
    color: whitesmoke;

    text-shadow: 
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000; 
}