

body {
  font-family: courier;
  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}

h3 {
  font-family: "Micro 5";
  font-size: 40px;
}

a.link{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
}

a.link:link{
    color: #7F00FF;
    text-decoration: none;
}

a.link:visited{
    color: #7F00FF;
    text-decoration: none;
}

a.link:hover{
    color: #7F00FF;
    text-decoration: none;
    -webkit-transform: scale(2);
    transform: scale(1.2);
}

a.link:active{
    color: #7F00FF;
    text-decoration: none;
}


.coral-pixels-regular {
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
}


.micro-5-regular {
  font-family: "Micro 5", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img{
  margin: auto;
  border: none;
  padding: 30px;
  
}


