
* {
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto"; 
}

body {
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #fee0d5;
}

input {
  padding: 10px;
  margin: 2vh;
  border-radius: 15px;
  text-align: center;
  border-style: solid;
  border-color: dimgray;
}

#loginButton, #signInButton, #loginBtn, #SignInBtn, #nextButton, #logOutButton, #confirmButton, #cancelButton {
  font-family: "Roboto";
  padding: 10px;
  margin: 2vh;
  border-radius: 15px;
  border-style: none;
  text-align: center;
  width: 180px;
  height: 30px;
  background-color: #d49b44;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

#postButton{
  font-family: "Roboto";
  padding: 5px;
  margin: 2vh;
  border-radius: 15px;
  border-style: none;
  text-align: center;
  width: 170px;
  height: 30px;
  /* background-color: #d49b44; */
  color:  #431F09;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background-color: #F6BE6C;
}


#BtnGoogle,#likePaw,button:hover {
  cursor: pointer;
}

#signInSeccion,
#homeSection,
#loginSection,
#form,
#welcomeSection,
#bodyHTML {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

#BtnGoogle {
  width: 65%;
}

#CircleLogo {
  width: 20%;
}

#Hola {
  color: #d39230;
}

#welcomeContainer {
  padding: 10px;
  margin: 10px;
  border: solid;
  background-color: #d9d9d9;
  border-radius: 20px;
}

#LogoPetropolis {
  width: 50 vh;
}

#form {
  display: flex;
}

#divwelcome {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Se aplica el estilo al componente Timeline */
#bodyHTML {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 3;
}

#headerHTML,
#footerHTML {
  width: 100%;
  height: 50px;
  background-color: #f7bf6c;
}

#headerHTML {
  position: sticky;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}

#footerHTML {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  z-index: 2;
}

#headerTitle {
  padding: 10px;
  margin-left: 10vw;
  font-weight: bolder;
  font-size: larger;
}

#createPostSection {
  position:sticky;
  size: 30vw;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#profileImg{
  width: 8rem;
  height: auto;
}

#inputContainer{
  display: flex;
  flex-direction:column;
  align-items: end;

}

#inputPost{
  height: 70px;
  width: 70vw;
  padding: 10px;
  margin:5px;
  border-radius: 10px;
  background-color: #F9F4F1;
  font-size: 20px;
}

#homeIcon,
#profileIcon,
#logOutIcon {
  height: 100%;
}

#timelineSection {
  position:sticky;
  width: 100%;
  height: 100%;
  padding: 15px;
}

#feedSection{
  padding: 0 0 30px 0;
}

#postSection{
  padding: 5px;
  margin:10px;
  border-radius: 10px;
}

#halfpComment {
  background-color: #F9F4F1;
  /* background-color: #D9D9D9; */
  padding: 30px;
  border: solid black;
  border-width: 1px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}

#editPub{
  width: 100%;
  font-size: 20px;
}

#halfBtns{
  display: flex;
  justify-content: space-around;
  border-width: 0 0 1px 1px;
  background-color: #627264;
  border-radius: 0 0 10px 10px;
  color:black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#editBtn,  #saveBtn{
  background-color:#BE7938;
  color:#431F09;  
  width: 100px;
  padding: 5px;
  margin: 10px;
  border: none; 
  font-size: 15px;
  border-radius: 15px;
}
#deleteBtn
{
  background-color:#F6BE6C;
  color:#431F09;  
  width: 100px;
  padding: 5px;
  margin: 10px;
  border: none; 
  font-size: 15px;
  border-radius: 15px;
}


#likePawZero, #likePaw{
  width: 30px;
  margin: 10px;
}

#divlike{
  padding: 15px;
  color:#431F09; 
  font-weight: bold;
}

#modal{
  border-radius: 10px;
  /* border-color: dimgray; */
  border: none;
  background-color: #F9F4F1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

 #confirmButton{
  background-color:#BE7938;
  color:black;
  font-size: 17px;
  padding: 5px;
  margin: 2vh;

 }

 #cancelButton{
  background-color:#F6BE6C;
  color:black; 
  font-size: 17px;
  padding: 5px;
  margin: 2vh;
 }

h3 + p {
  margin-top: 10px;
}

#btnLike{
  background-color: #627264;
  border: none; 
}

