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

body{
  background-color: #4b3f5a;
  font-family: coolcrayon;
  text-align: center;
  color: white;
  }

h1{
  color: white;
  text-shadow: -4px -4px black, 4px 4px black;
  font-size: 130px;
  line-height: 20px;
  }

h2{
  text-shadow: -2px -2px black, 2px 2px black;
  }
  
img{
  width: 400px;
  }

.mouse img{
  width: 100px;
  position: absolute;
  margin-top: -20px;
  margin-left: 400px;
  }
  
a{
  color: white;
  font-size: 20px;
  text-shadow: -2px -2px black, 2px 2px black;
  }