@font-face {
    font-family: "font";
    src: url("Andala.ttf") format("truetype");
    font-style: normal;
  }

body {
    background-color: rgb(0, 0, 0);
    color: black;
  
    font-family: "font";
  
    text-align: center;
  }

  .general {
    
    max-width: 600px; 
    margin: auto;


  }