
body {
    margin: 0;
    text-align: center;
}

p {
  font-family: Verdana, sans-serif;
}

main {
    padding: 20px 12px;
}

.nostalgiaBkgPurple {
  background-color: #8551a8;
  min-height: 100vh;
}

.nostalgiaFontPurple {
  color: #8551a8;
}

.nostalgiaBkgTurquoise {
  background-color: #51d7d0;
  min-height: 100vh;
}

.nostalgiaFontTurquoise {
  color: #51d7d0;
}

.nostalgiaFontTurquoise a,
.nostalgiaFontTurquoise a:visited{
    color: #51d7d0;
}

.nostalgiaFontTurquoise a:hover {
    color: #fbea5e;
    text-decoration: none;
}

.nostalgiaFontOrange {
  color: #FA7b52;
}

.nostalgiaFontOrange a,
.nostalgiaFontOrange a:visited{
    color:  #f99472;
}

.nostalgiaFontOrange a:hover {
    color: #fbea5e;
    text-decoration: none;
}

.nostalgiaFontYellow {
  color: #fbea5e;
}

h4 {
  color: #fbea5e;
}

p {
  color: #51d7d0;
}

#linkSection a {
  color: #FA7b52;
}

#linkSection img {
    /*width: 260px; */    /* same size for both logos */
    width: 13em;     /* same size for both logos */
    max-width: 90%;   /* keeps it mobile-friendly */
    height: auto;
}