@font-face {
  font-family: arcade;
  src: url("../fonts/ka1.ttf");
}

body{
  background-image: url(/image/fodadmais.jpg);
  color: rgb(8, 8, 8);
  font-family: arcade;
}

.centro{
  display: flex;
  align-items: center;
  justify-content: center;
}

body::-webkit-scrollbar{
  background-color: black;
}

body::-webkit-scrollbar-thumb{
  background-color: crimson;
  border-radius: 20px;
}

h2{
  text-align: center;
  padding: 5px;
}

.btn-warning{
  width: 100%;
  margin-bottom: 20px;
}

.capadasnoticias{
  margin: 30px 0;
  width: 90%;
  margin-left: 5%;
}

.god-of-war{
  background-color: rgba(220, 20, 60, 0.705);
}

a{
  color: aliceblue;
  text-decoration: none !important;
}

.naruto{
  background-color: rgba(226, 94, 0, 0.76);
}

h1{
  color: aquamarine;
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.gta-sanandreas{
  background-color: rgba(72, 236, 86, 0.753);
}

p{
  color: white;
  font-weight: 500;
  font-family: 'Courier New';
}

fieldset{
  border: 1px solid black;
  background: linear-gradient(rgb(14, 60, 158),rgb(57, 110, 106)) ;
  background-size: cover;
  padding: 5px;
  margin: 10px 0;
}

p::first-letter{
  font-size: 28px;
  padding-left: 15px;
}

.imagem-cd{
  margin: 30px 0;
  width: 100%;
  height: 400px;
}

.hipe{
  margin: 20px 0;
  height: 200px;
  width: 90%;
}


.row{
  margin: 30px 0;
}