@font-face {
  font-family: "Mangaka";
  src: url(https://halokidweb.neocities.org/mangaka/Mangaka.ttf);
  }
@font-face {
  font-family: "Bubble Sans";
  src: url(https://halokidweb.neocities.org/bubble-sans/Bubble%20Sans%201.01.otf)
  }
body {
   background-color: #cdcdcd;
  }
.links{
  display : flex;
  margin : auto;
  
  }
.left {
  border : 3px solid black;
  width : 300px;
  margin-left : 30%;
  text-align : center;
  background-color : white; 
  font-family : "Bubble Sans";
  }
.middle {
  border : 3px solid black;
  width : 300px;
  margin-left : 5%;
  text-align : center;
  background-color : white; 
  font-family : "Bubble Sans";
  }
h1 {
  margin : auto;
  margin-top : 100px;
  font-family : "Mangaka";
  font-size : 250px;
  text-shadow : 3px 3px grey;
  background-color : white;
  border-style : solid;
  border-width : 3px;
  border-color : black;
  width : 900px;
  position : relative;
  box-sizing: border-box;
  text-align : center;
  }
h2 {
  font-size : 50px;
  }
p {
  font-size : 20px;
  margin : auto;
  text-align : center;
  font-family : "Bubble Sans";
  }