.navigation {
    height:30px;
    width:500px;
    border:3px solid black;
    margin-bottom:3px;
    display:flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    background-color:cornflowerblue;

}

body {
    background-image:url("https://thelinuxwebring.neocities.org/assets/bg.png") 
}

.container {
    height:395px;
    width:500px;
    border:3px solid black;
    background-color:cornflowerblue
}

h1 {
    margin-top:5px;
    margin-bottom:-10px;
    font-size:20px;
}

#fyi {
    font-size:10px;
}

#hi {
    margin:0px;
}

#hello {
  margin-top:15px;
}

@font-face {
    font-family:"IBM VGA 8x16";
    src:url("https://thelinuxwebring.neocities.org/fonts/Web437_IBM_VGA_9x16-2x.woff") format('woff');
}

p {
    font-size:16px
}

a {
    margin:5px;
}



