@font-face {
  font-family: comic-sans;
  src: url(fonts/comic.ttf)
}

body {
  color: white;
  text-align: center;
  font-family: comic-sans;
  background-color:gray;
}
  
a {
  color: white;
}

h2 > a:hover {
  transform: scale(1.3);
}

.content {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:50%;
  border-radius:5px;
}

.links {
  font-size:large;
  display:flex;
  flex-direction:column;
}

.links > a:hover {
  transform: scale(1.3);
}

html {
  overflow-x: hidden;
}

#home {
  position:fixed;
  bottom:2px;
  right:2px;
}