img
{
  width: 100px;
}

header
{
  font-family: "Comic Sans MS";
  text-align: center;
  border: 2px red groove;
  color: RGB(255,10,10);
  background-color: RGB(230,230,230);
  margin-left: 10px;
  height: 100vh;
  width: 20vw;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
}

footer
{
  background-color: RGB(0,180,180);
  color: RGB(30,30,30);
  position: 100px;
  padding: 15px;
}

.menu
{
  text-align: center;
  border-bottom: 2px silver solid;
  list-style-type: none;
  text-decoration: none;
  color: RGB(255,70,70);
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu:hover
{
  color: rgb(255, 10, 10);
}


h1
{
  font-size: 35px;
  padding-bottom: 15px;
}

h1, h2, .menu, em
{
  font-family: "Comic Sans MS"
}

p,b
{
  font-size: 15px;
  font-weight: normal;
}


/*
b:hover
{
  font-family: "Comic Sans MS";
  font-size: 16px;
  color: RGB(219,0,115);
}*/

section
{
  width: 70vw;
  margin-left:  10vw;
}

article
{
  padding: 20px;
  margin: 20px;
  text-align: justify;
  border-bottom: 2px silver solid;
}

body
{
  background-color: RGB(230,230,230);
}

.intro
{
  font-family: "Comic Sans MS";
}

*
{
  font-family: sans-serif;
}

@font-face {
	font-family: "Comic Sans MS";
	src: url('comic-sans-ms.ttf');
}
@font-face {
	font-family: "Comic Sans MS";
	font-style: italic;
	src: url('comic-sans-ms-it.ttf');
}
@font-face {
	font-family: "Comic Sans MS";
	font-weight: bold;
	src: url('comic-sans-ms-bold.ttf');
}
