

@import url('https://fonts.cdnfonts.com/css/wix-madefor-display');
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   


header{
  background-color:black;
  
  font-family: 'Fanfare Ticker', sans-serif;
  color: white;
}
#toptitle{
  color: white;
  font-family: 'Fanfare Ticker', sans-serif;
  
}

marquee{
  background-color:lightblue;
  
  color: purple;
}

h1 {
  text-shadow: 0px 0px 5px white;
  font-family: 'Fanfare Ticker', sans-serif;
  font-size: 48px;
}


article{
  border-radius: 30px;
  padding: 50px;
  text-align:center;
  height: auto;
  width:400px;
  margin: 0 auto;
  background-color: #2798F5;
  

}


.row {
 
}

.column {
   display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.fimage{
  width: 25%;
  height: 25%;
}

.barracontenedor{
  margin: 0 auto;
}

.botoneskawaii{
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: inline-flex;
  margin: 50px;
  
  }
  button{
    margin: 10px;
  }
  
body {
  background-color: #121329;
  color: black;
  font-family: 'Wix Madefor Display', sans-serif;
  text-shadow: 0px 0px 5px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#layout {
  display: flex;
  gap: 20px;
  margin: 20px;
}

/* lados */
#blognews,
#artnews {
  width: 200px;
  padding: 20px;
  color: white;
}

#blognews {
  background-color: blue;
}

#artnews {
  background-color: red;
}

/* centro */
#centro {
  flex: 1;
  background-color: #eee;
  padding: 20px;
}

#contador{
  background-color: black;
  padding: 50px;
  color: white;
}

footer h3{
  color: white;
  
}

@media (max-width: 768px) {
  
  h1{
    font-size: 200%;
  }
  
  
  .botoneskawaii{
     background-color: black;
    border-radius: 10px;
    border-style: dotted;
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;  
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .botoneskawaii button {
    flex: 1 1 45%;   /* 2 botones por fila */
    font-size: 14px;
    padding: 8px;
  }
  
  article{
  border-radius: 30px;
  padding: 50px;
  text-align:center;
  height: auto;
  width: auto;
  margin: 0 auto;
  background-color: #2798F5;

  }
  
  
  
  #layout {
    flex-direction: column;
  }

   #blognews,
  #artnews {
    width: auto;
    
    
    
  }
  
    #blognews:hover,
  #artnews:hover {
    box-shadow: 0px 0px 5px ;
    
    
    
  }

  
}
  