  @font-face {
    font-family: 'MinecraftFive';
    font-style: normal;
    font-weight: normal;
    src: local('minecraft'), url('../assets/fonts/minecraft.woff') format('woff');
    
}

@font-face {
    font-family: 'MinecraftFive';
    font-style: normal;
    font-weight: normal;
    src: local('minecraft_five'), url('../assets/fonts/minecraft_five.woff') format('woff');
    
}

  #footertext {
    
    font-family: 'MinecraftFive';
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    margin: 10px;
    display: inline;
    
  }
  .normaltextUndeline {
    
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'MinecraftFive';
    color: #ffffff;
    text-align: center;
    font-size: 15;
    font-weight: 100;
    margin: 0;
    text-decoration: underline;

  }