@font-face
{
    font-family: GrapeSoda;
    src: url("GrapeSoda.ttf") format('truetype');
}

body {
   font-family: GrapeSoda;
   font-size:larger;
   background-image: url("/icon/bg.png");
}

#topbar
{
    background-color: #676b9c;
}

.bg
{
   background-image: url("/icon/bgtop.png");
   margin: 20px;
   padding: 10px;
   box-shadow: 0px 0px 10px black;
}

.topbar_end
{
    height: 6px;
    width: 100%;
    background-image: url("/icon/top.png");
}

.horizontal_flex
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.vertical_flex
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.grid_flex
{
    
}

a:link {
    color : currentColor;
    text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
}


.top_img
{
    width: 3em;
}

.cover
{
    width:10em;
}