body {
    margin: 0;
    background-image: url('images/background.png');
    background-repeat: repeat-y;
    background-size: 100% auto;       /* Fills the screen, keeps aspect ratio */
    background-position: top center;  /* Keeps it centered */
    background-color: black;

}

.topBar {
    text-align: center;
    font-family: 'Playwrite DE Grund', sans-serif;
    font-size: 150%;
    background-image: url(images/topbar.png);
    padding: 0.5% 0% 1.5% 0%;
    display: flex;          /* puts links in a row */
    justify-content: center; /* centers the whole group */
    gap: 30px;              /* space between each link */
    text-align: center;     
}

@font-face {
    font-family: youtubeFont;
    src: url(fonts/Trade\ Gothic\ Bold\ Condensed\ No.\ 20.otf);
}

a {
    font-size: 125%;
    color: gray;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: gold;
    text-decoration: none;
}

a:hover {
    color: silver;
}

a:active {
    color: rgb(222, 222, 222);
}

.greattingMessage {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 250%;
    padding: 0.5% 5% 0% 5%;
    color: rgb(28, 28, 28);
}

.greatting {
    text-align: center;
    font-family: 'Playwrite DE Grund', sans-serif;
    font-size: 300%;
}

.games {
    font-family: "Tiny5", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(31, 196, 31);
    text-shadow: 2px 2px 3px black
  }

.books {
    font-family: "Ballet", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 221, 2);
    text-shadow: 2px 2px 3px black
    
    

  }

.podcasts {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: rgb(182, 117, 215);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);

  }

.songs {
    font-family: "Fascinate", system-ui;
    font-weight: 400;
    font-style: normal;
    color: rgb(41, 41, 41);

}


.food {
    font-family: "Nosifer", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 149, 255);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;

}

.youtube {
    font-family: "youtubeFont", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff1a47;

}

.movies {
    font-family: "Bungee Tint", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.games .emoji {
    text-shadow: none;
}

.books .emoji  {
    text-shadow: none;

}

.books .emojiEND {
    margin-left: 4px;
    text-shadow: none;
}

.theThingsILove {
    text-align: center;

}