@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Comfortaa:wght@700&display=swap');

*{
    margin: 0;
    padding:0;
}

body {
    background: #E2B73E;
    margin: 0;
    padding: 0;
}

h1{   
   color:#544E3F;
   font-family: Comfortaa;
   font-weight: bold;
   font-size: 70px;
}
h2 {
    color:#544E3F;
    font-family: Montserrat;
    font-weight: bold;
 }
 h5 {
    color: #8B2C45;
    font-family: Montserrat;
    font-weight: bolder;
    padding: 3px;
    }
.HomeDiv{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap:30px;
    padding: 50px;
}

.buttonHome{
    width: 20%;
    border-radius: 15px;
    background-color: #AF6F7F;
    font-family: Montserrat;
    font-weight: bolder;
    color:#F7F6F4;
    padding: 6px;
    z-index: 1;
    font-size: 20px;
}
.iconoG{
    background-image: url('../src/assets/google.jpg');
}

.footer {
    background-color: #E2B73E;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    margin: 0;
    padding: 0;
    z-index: -1;
}
.purple {
    height: 170px;
    width: 200px;
    border-radius: 170px 5px 0 5px;
    background-color: #8B2C45;
    position: absolute;
    right: 0;
    bottom: 0;
}
.imageBack{
    z-index: -2;
    position: absolute;
    top: 0;
    left:0;
    width: 600px;
    height: 750px;
}

.logoHome{
    width: 60px;
    height: 60px;
    z-index: 2;
}
.iconG{
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.buttonTime{
    width: 50%;
    border-radius: 15px;
    background-color: #AF6F7F;
    font-family: Montserrat;
    font-weight: bolder;
    color:#F7F6F4;
    padding: 6px;
    z-index: 1;
    font-size: 20px;
}

@media (max-width: 800px) {
.buttonHome {
    width: 80%;
}
h1 {
    text-align: center;
    padding: 10px 10px 5px 10px;
}
h2 {
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 22px;
    font-weight: bold;
}
.imageBack{
    z-index: -2;
    position: absolute;
    top: 210px;
    left:0;
    width: 600px;
    height: 600px;
}
.HomeDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
    padding: 50px;
}

.textBoxRead{
    width: 280px;
    height: 80px;
    border-radius: 8px;
    font-family: Montserrat;
    font-weight: bold;
    color:black;
    border-color: #8B2C45;
    border-width: 2px;
}
.textBox{
    font-family: Montserrat;
    font-weight: bolder;
    font-size: medium;
    width: 280px;
    height: 120px;
}
.postDivClass{
    padding: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.buttonTime{
    width: 50%;
    border-radius: 15px;
    background-color: #AF6F7F;
    font-family: Montserrat;
    font-weight: bolder;
    color:#F7F6F4;
    padding: 6px;
    z-index: 1;
    font-size: 20px;
    align-self: center;
}

.readPostClass{
    padding: 5px;
}

.iconBox{
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    padding: 10px;
}
.iconLike, .iconEdit, .iconDelete  {
    width: 20px;
    height: 20px;
}

.iconLogOut {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 60px;
    }
.textMail {
        color: #8B2C45;
        font-family: Montserrat;
        font-weight: bolder;
        padding: 5px;
        }

.buttonUpdt{
    width: 50%;
    border-radius: 15px;
    background-color: #AF6F7F;
    font-family: Montserrat;
    font-weight: bolder;
    color:#F7F6F4;
    padding: 6px;
    z-index: 1;
    font-size: 20px;
    align-self: center;
}
/*.buttonUpdt{
    display: none;
}*/


}

