body {
  text-align:center;
  background-image:url("Images/plaid.jpg")
}

h1 {
  font-family:"psilly";
}

@font-face {
  font-family:"psilly";
  src:url('psilly-regular.otf') format('otf');
}

.home {
    background-color: #a2cdf2;
    color: black;
    border: none;
    margin: 20px;
    height:50px;
    width:100px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    position:fixed;
    top:0;
    left:0;
    transition-duration: 0.3s;
    overflow:hidden;
    }

.home:hover{
    background-color: #94c2eb;
    cursor: pointer;
    overflow:hidden;
    }