body {
  text-align:center;
  background-image:url("Images/leather.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  font-family:"Licorice";
  color:white;
}

@font-face{
  font-family:"Licorice";
  src:url('aFontWithSerifs.ttf') format('truetype');
}

h1 {
  font-family:"Licorice";
  font-size:75pt;
}

.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;
    }
    
    .container {
      margin:20px 10px;
      display:flex;
      justify-content:center;
      align-items:center;
      gap:10px;
    }