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

body {
  background-image: url("https://files.catbox.moe/xydgxt.gif");
  background-color: #cccccc;
  color: white;
  text-align: center;
  font-family: comic-sans;
}
  
a {
  color: white;
  outline: 5px green;
}

.home-images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:5px;
}

#button-code {
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-color:white;
  border-style:solid;
  color:black;
  padding:5px;
  width:70%;
}

#title {
  font-size:41px;
}

#car {
  position:fixed;
  bottom:0px;
  right:5px;
}

a:hover {
  font-size:larger;
}