/* 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." */
  

/* White Paper Airplane - https://www.cursors-4u.com/cursor/white-paper-airplane */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/paper-airplane-19477b19-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */
  
  .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
        
.button {
  justify-content: center;
  align-items: center;  
  display: inline-flex;
  

  font-family: "MS UI Gothic", Arial, sans-serif;
  size: 16;
  
  color: white;
  
  padding: 15px 30px;
  margin: 13px;
}

.blinkies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  gap: 0;

}

.blinkies img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0;
  gap: 0;
}

.button:hover {
  color: yellow;
}
        
h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman";
  color: yellow;
}

.post {
  width: 600px;
  border: 10px solid rgba(142,53,239, 0.8);
  padding: 10px;
  margin: 10px auto;
  position: relative;
  overflow: hidden; 
}

.diario {
  border: 1px solid #fff;
  border-style: dotted;
  padding: 5px;
  overflow: auto;
  display: block;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

.diario2 {
  border-style: dotted;
  padding: 5px;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
}



.diario img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;}

.imgc{
display:block;
margin:auto;
}


    
p {
  color: yellow;
}
        
body {
  color: black;
  background-image: url("estrelinhas.gif");
  background-size: 400px;
  background-color: black;
  background-attachment: fixed;
  background-position: center;
  font-family: "MS UI Gothic", Arial, sans-serif;
  font-size: 16px;
}


iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.container {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.esquerda {
  position: absolute;
  left: 10px;
  margin: 0;
}

.direita {
  position: absolute;
  right: 0px;
  margin: 0;
}
