@font-face {
    font-family: 'myFirstFont';
    src: url(fonts/Pikmin.otf) format('otf');
  }
body{
    font-family: 'myFirstFont', sans-serif;
}

h2{
    font-family: 'myFirstFont'  sans-serif;
    font-size: 30px;
    text-align: center;
}
p.bar {
    text-align: right;
  }
  

.News{
    font-family: 'myFirstFont' sans-serif;
}

.side{


}

.inline{
    width: 33.33%;
    padding: 5px;
    display: flex;
    gap: 1180px;
 }

 button {
    border: none;
    background: none;
    outline: none;
  }

  .btn{
  font-size: 20px;
  cursor: pointer;
  border: none
  }

  .btn:hover{
    background-color: #cccccc;
  }
