.responsive {
  width: 75%;
  height: auto;
}

@font-face {
    font-family: 'comici';
    src: url('https://kq4dso.com/fonts/comici.ttf');
}

body {
background-color: Gray;
font-family: 'comici', "Comic Sans MS", "Comic Sans", sans-serif;
text-align: center;
font-size: 25px;
margin: 5;
padding: 20px;
}

nav a {
text-align: center;
font-size: 30px;
margin: 0 15px;
}

p1 {
text-align: center;
font-size: 30px;
margin: 0 15px;
}