  body {
     color: white;
     background-color: rgba(224, 0, 0, 0.906);
     margin-top: 100px;
     font-family: 'Amatic SC';
     font-size: 3em;

  }

  h1 {
     color: rgb(255, 68, 0);
     text-align: right;
     padding-right: 100px;
     font-family: 'Amatic SC';
     font-size: 5.5em;
     font-weight: normal;
     margin-top: 0px;
     margin-bottom: 30px;
  }

  #kinematics {
     float: right;
     margin-right: 100px;
  }

  .iceland-regular {
     font-family: "Iceland", serif;
     font-weight: 500;
     font-style: normal;
  }

  .sankofa-display-regular {
     font-family: "Sankofa Display", serif;
     font-weight: 100;
     font-style: normal;
     font-size: 30px;
  }

  #nonsensical-nonsense {
     border: 7px double rgb(255, 1, 136);

  }