@import url('https://fonts.googleapis.com/css2?family=Rubik+Iso&display=swap');

@font-face {
  font-family: tox;
  src: url(https://files.catbox.moe/ak0jiu.ttf);
}


body {
  background-color: white;
  color:black;
}

h1 {
  font-family: 'Rubik Iso';
  font-size: 80px;
  background-image: url('https://files.catbox.moe/6p7q65.png');
  background-color: black;
  background-size: 300px 100px;
  color:white;
  
}


p {
  font-family: 'tox';
  font-size: 1.2em;
}

a {
   color: inherit;
  text-decoration: underline;
}

.left {

  float: left;
  padding:15px;
  width: 42%;
}

.right {

  float: right;
  padding:15px;
  width: 42%;
  text-align: right;
}

.top {

    padding:15px;
  width: 80%;
  margin: auto;
}

.container {
  margin: 5vw auto;
  max-width: 50vw;
}