@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #D4CDC4;
  font-family: 'Poppins', sans-serif;
}

/* Estilos para celular */

.homediv, .loginDiv, .registerDiv{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-regresar{
  position: absolute;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  top: 15px;
  left: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 20px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.btn-regresar i{
  font-weight: 700;
  font-size: 25px;
}

.imghome, .imgLogin, .imgRegister{
  position: absolute;
  background-image: url(/assets/image-food.f1c7f97e.png);
  width: 200px;
  height: 200px;
  top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.messagehome, .messageLogin{
  position: absolute;
  text-align: center;
  align-items: center;
  width: 100%;
  font-size: 25px;
  top: 270px;
}

.buttondiv{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  align-items: center;
  top: 320px;
  height: auto;
  width: 350px;
}

.buttonemail{
  background-color: #F2B872;
  }

.buttonemail, .buttongoogle,
.buttontwitter, .buttongithub{
  border-radius: 10px;
  padding: 12px;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  border-style: none;
  font-family: 'Poppins', sans-serif;
  width: 90%;
  cursor: pointer;
}

.buttonemail:hover, .buttongoogle:hover,
.buttontwitter:hover, .buttongithub:hover{
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.iconemail, 
.icongoogle,
.icontwitter,
.icongithub
{
  position: absolute;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconemail{
  top: 8%;
  left: 9%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAR1JREFUSEvdleFNw0AMhb9MABsAG8AEwAawAZ2gMAl0ArpB2QCYAEaADdoJQB+ypVNIyjVRhFT/SZSz37OffU7DxNZMjM9+EVwAj8DxSNk+gBnwIk4pkQdHI8EzXKyTNsFXnJ4B7wOJToG3iP1JvqwgCdZR4tOOJFch8eFfBIn7ANxVkug7b/n2ViDofTjbqGvAqrrMbFeAA6KVsb0EHqil4AcBftnRF32eAUk2QWLvUuqtBGZjoH04j+xugUXxnlW+AuqfVVYTlL1IfZfx8SaeEkpc2s4EBpuh4EqmKYkkXZM2iEBQNS8r6LsrgwkqJ7a+ybWAbb//q8AxyyYOzT7jPnMrl7vI22gTx25UwZ2wX+t6bNad8fv1y5xEom9+ED0ZymZNKwAAAABJRU5ErkJggg==);
}

.icongoogle{
  top: 32%;
  left: 8%;
  background-image: url(/assets/icon_google.cc30a73d.png);
}

.icontwitter{
  top: 58%;
  left: 8%;
  background-image: url(/assets/icon_twitter.9858c373.png);
}

.icongithub{
  top: 82%;
  left: 8%;
  background-image: url(/assets/icon_github.7ad397a2.png);
}

.registrarAhora{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin: 10px auto 10px;
  top: 570px;
}

.efecto-after{
  cursor: pointer;
}

.efecto-after::after {
  content: '';
  display: block;
  height: 3px;
  background: #a56f2c;
  transform: scale(0,1);
  transform-origin: center left;
  transition: transform .5s;
}

.efecto-after:hover::after {
  transform: scale(1,1);
  
}

/* LOGIN */

.loginDiv{
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imgLogin {
  position: absolute;
  background-image: url(/assets/image-food.f1c7f97e.png);
  width: 200px;
  height: 200px;
  top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.messageLogin {
  position: absolute;
  text-align: center;
  align-items: center;
  width: 100%;
  font-size: 25px;
  top: 210px;
}

.credencialesdiv {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  align-items: center;
  top: 320px;
  height: auto;
  width: 350PX;
}

.loginCorreo, .loginContra {
  margin: 8px;
  border-radius: 10px;
  font-size: 18px;
  width: 90%;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 12px 0px 12px 60px;
}

.loginCorreo{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAR1JREFUSEvdleFNw0AMhb9MABsAG8AEwAawAZ2gMAl0ArpB2QCYAEaADdoJQB+ypVNIyjVRhFT/SZSz37OffU7DxNZMjM9+EVwAj8DxSNk+gBnwIk4pkQdHI8EzXKyTNsFXnJ4B7wOJToG3iP1JvqwgCdZR4tOOJFch8eFfBIn7ANxVkug7b/n2ViDofTjbqGvAqrrMbFeAA6KVsb0EHqil4AcBftnRF32eAUk2QWLvUuqtBGZjoH04j+xugUXxnlW+AuqfVVYTlL1IfZfx8SaeEkpc2s4EBpuh4EqmKYkkXZM2iEBQNS8r6LsrgwkqJ7a+ybWAbb//q8AxyyYOzT7jPnMrl7vI22gTx25UwZ2wX+t6bNad8fv1y5xEom9+ED0ZymZNKwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.loginContra {
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAQNJREFUSEvNlIENwjAMBL+TAJMAm8AkwCTAJMAksAnoUIwSq0mTFiQsVZWq5vyx3+70o+gauXNJj5ozNWBgR0mrALxKOkvinU0yBAZ2iRQCIhFxkrTNqR8C3wPoEECAScYNSMD3fR+8BOYgYGALd3gT4JRj3QpGya6g6plJ+s5TUmxg6kg9fYwCA12Geua6TzmsibiEkn1c0qcYJWMiuZkHm71QScdrwnyeNDIHLnrUZTP3/BcYVVjPhgJ1FpMUm/WA0XmGwhzwVXA8iZPAKLW94QdmMpgthx1RG6/LZjDTFIdtNL90qnwcX7lmOOJ/khXaN9Jcl2fWQL75RTW06BvY6a8vYqRVF/GQkQoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.buttonReturn {
  position: relative;
  margin: 8px;
  border-radius: 10px;
  font-size: 18px;
  flex-direction: column;
  padding: 12px;
  width: 90%;
  background: #F2B872;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.mensajelogin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 10px auto 10px;
  top: 550px;
}

/* register */

.imgRegister{
  position: absolute;
  background-image: url(/assets/image-food.f1c7f97e.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
  top: 60px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.menssageRegisterRouter{
  top: 200px;
  text-align: center;
  font-size: 25px;
  width: 100%;
  position: absolute;
}

.infoRegister{
  top: 310px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
}

.emailRegister, .passwordRegister {
  margin: 8px;
  border-radius: 10px;
  font-size: 18px;
  width: 90%;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 12px 0px 12px 60px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); 
}

.emailRegister{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAR1JREFUSEvdleFNw0AMhb9MABsAG8AEwAawAZ2gMAl0ArpB2QCYAEaADdoJQB+ypVNIyjVRhFT/SZSz37OffU7DxNZMjM9+EVwAj8DxSNk+gBnwIk4pkQdHI8EzXKyTNsFXnJ4B7wOJToG3iP1JvqwgCdZR4tOOJFch8eFfBIn7ANxVkug7b/n2ViDofTjbqGvAqrrMbFeAA6KVsb0EHqil4AcBftnRF32eAUk2QWLvUuqtBGZjoH04j+xugUXxnlW+AuqfVVYTlL1IfZfx8SaeEkpc2s4EBpuh4EqmKYkkXZM2iEBQNS8r6LsrgwkqJ7a+ybWAbb//q8AxyyYOzT7jPnMrl7vI22gTx25UwZ2wX+t6bNad8fv1y5xEom9+ED0ZymZNKwAAAABJRU5ErkJggg==);
}

.passwordRegister{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAQNJREFUSEvNlIENwjAMBL+TAJMAm8AkwCTAJMAksAnoUIwSq0mTFiQsVZWq5vyx3+70o+gauXNJj5ozNWBgR0mrALxKOkvinU0yBAZ2iRQCIhFxkrTNqR8C3wPoEECAScYNSMD3fR+8BOYgYGALd3gT4JRj3QpGya6g6plJ+s5TUmxg6kg9fYwCA12Geua6TzmsibiEkn1c0qcYJWMiuZkHm71QScdrwnyeNDIHLnrUZTP3/BcYVVjPhgJ1FpMUm/WA0XmGwhzwVXA8iZPAKLW94QdmMpgthx1RG6/LZjDTFIdtNL90qnwcX7lmOOJ/khXaN9Jcl2fWQL75RTW06BvY6a8vYqRVF/GQkQoAAAAASUVORK5CYII=);
}

.buttonSaveInformation{
  position: relative;
  margin: 8px;
  border-radius: 10px;
  font-size: 18px;
  flex-direction: column;
  padding: 12px;
  width: 90%;
  background: #F2B872;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  cursor: pointer;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); 
}

@media(max-width: 480px) {
  
  
  .imghome, .imgLogin, .imgRegister{
    position: absolute;
    background-image: url(/assets/image-food.f1c7f97e.png);
    width: 200px;
    height: 200px;
    top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .messagehome, .messageLogin{
    position: absolute;
    text-align: center;
    align-items: center;
    width: 100%;
    font-size: 25px;
    top: 270px;
  }

  .buttondiv{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    align-items: center;
    top: 320px;
    height: auto;
    width: 90%;
  }

  .registrarAhora{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin: 10px auto 10px;
    top: 570px;
  } 

  .messageLogin {
    position: absolute;
    text-align: center;
    align-items: center;
    width: 100%;
    font-size: 25px;
    top: 210px;
  }

  .credencialesdiv {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    align-items: center;
    top: 320px;
    height: auto;
    width: 100%;
  }
  .menssageRegisterRouter{
    top: 200px;
    text-align: center;
    font-size: 25px;
    width: 100%;
    position: absolute;
  }
  .infoRegister{
    top: 310px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    
  }
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: #D4CDC4;
  font-family: 'Poppins', sans-serif;
}
.diverror{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 500px;
  flex-direction: column;
  text-align: center;
}
.imgerror{
  position: absolute;
  background-image: url(/assets/image-durmiendo.756c1fc7.png);
  width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 10%;
}
.btnerror{
  border-radius: 10px;
  padding: 12px;
  margin: auto 15px;
  font-size: 18px;
  border-style: none;
  font-family: 'Poppins', sans-serif;
  background-color: #F2B872;
  cursor: pointer;
}
.infoerror{
  margin: 150px 10px 0px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.messageerror{
  font-size: 36px;
  color: #80A6A2;
}
@media(max-width: 600px) {
  .btnerror{
    border-radius: 10px;
    padding: 12px;
    margin: auto 15px;
    margin-top: 15px;
    font-size: 18px;
    border-style: none;
    font-family: 'Poppins', sans-serif;
    background-color: #F2B872;
  }
  .infoerror{
    margin: 150px 10px 0px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .messageerror{
    font-size: 36px;
    color: #80A6A2;
  }
}

:root {
  --color-rosa:#F2B3CA;
  --color-azul:#ADD4D9;
  --color-marron:#A6796F;
  --color-negro:#0D0D0D;
  --color-naranja:#F2B872;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body{
  background-color: #D4CDC4;
  font-family: 'Poppins', sans-serif;
}

/* TODO: Header y Navbar */

header{
  background-color: #F2B872;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 28px 12%;
}

main{
  position: relative;
  display: flex;
  justify-content: center;
}

.tasks-container {
  position: absolute;
  top: 100px;
  width: 45%;
}

.logo{
  display: flex;
  align-items: center;
}

.logo i{
  color: var(--color-marron);
  font-size: 28px;
  margin-right: 5px;
}

.logo span{
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-menu i{
  font-size: 20px;
}

header .icon_exit{
  font-size: 20px;
  color: var(--color-marron);
  padding: 7px 15px;
  background: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

header .icon_exit i{
  font-weight: 700;
}

/* TODO: Post */

.create-post{
  display: flex;
  position: relative;
  align-items: center;
  background-color: white;
  margin: 20px;
  height: 80px;
  width: 45%;
  border-radius: 7px;
  text-align: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0,0,0, 0.3);
  cursor: pointer;
}

.open-popup{
  text-align: center;
  border: 0;
  padding: 10px;
  background: none;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: white;
  cursor: pointer;
  border-radius: 7px;
}

.open-popup:hover{
  background-color: #e9d1b3;
}

.pop-up{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0, 0.5);
  z-index: 999;
}

.post h2{
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  background-color: var(--color-naranja);
  border-radius: 7px;
}

.post {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post .form-post{
  position: absolute;
  top: 5%;
  margin: 40px 30px;
  width: 45%;
  background-color: white;
  border-radius: 7px;
  z-index: 3;
  padding: 10px;
}

.post .form-post :where(.content-post, .detail-post .privacy){
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px;
  
}

.reactions{
  grid-column: 1 / 3;
  grid-row: 3;
}

.reactions span{
  position: relative;
  bottom: 5px;
}

.detail-post .privacy span{
  position: relative;
  font-size: 13px;
  margin-top: 1px;
  font-weight: 500;
}

.detail-post .privacy i:last-child{
  position: relative;
  font-size: 13px;
  margin-left: 1px;
}

.post .form-post textarea{
  position: relative;
  resize: none;
  width: 100%;
  outline: none;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 175px;
  padding: 8px 10px;
  text-align: justify;
  border-radius: 7px;
}

.container-options button{
  background-color: #e9d1b3;
  border: none;
  border-radius: 7px;
  padding: 3px;
  margin: 2px;
  width: 70px;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.form-post textarea:valid ~ button{
  position: relative;
  color: black;
  cursor: pointer;
  background: var(--color-naranja);
  font-weight: bold;
}

.cerrar-post{
  position: absolute;
  top: 12%;
  right: 28%;
  width: 5%;
  border: none;
  z-index: 999;
  background-color: transparent;
  font-size: 22px;
  cursor: pointer;
}

.container{
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.12);
}

.form-post .publicar-post{
  top: -6px;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  border-radius: 7px;
}

.publicaciones{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 30px auto 30px;
  grid-gap: 3px;
  background-color: white;
  margin: 20px;
  border-radius: 7px;
  padding: 10px;
  text-align: justify;
  z-index: -3;
  font-size: 14px;
  max-height: max-content;
}

.btn-menu{
  border: none;
  background-color: white;
  right: 0;
  padding: 2px 2px 0px;
  border-color: white;
  position: absolute;   
}

.container-options{
  display: none;
  position: absolute;
  width: 75px;
  height: 60px;
  top: 20px;
  right: 0;
  background-color: white;
  border-radius: 10px;
}

.btn-delete .btn-edit{
  position: absolute;
  align-items: center;
  border: none;
}

.dropdown{
  position: relative;
  grid-column: 1 / 3;
  grid-row: 1;
}

.body-description{
  grid-column: 1 / 3;
  grid-row: 2;
}

.dropdown:hover .container-options{
  display: block;
}

/* like */

.btn-like {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAATpJREFUSEvFleFRwzAMhb9OQEeACYAJChuwAXQCGIVOUNiADYANYAIYASYo93JSTnWd2PFdiv+ksaL39J5kd8HMazEzPv9GcAPcAhem8BvYAC/2rvg9cGrvH8BziPfGpAqWwBYQQG692ebVQFwFrIEfj6cEquQc+AUegAj4CJxYosf1vZaUelx7lzmCO6teyZLeV2EfS10kzMVlpYqQiiflRQVKXsVgw4R5ke9AZ2Mk2BngGaBKWpaUf1lih31Ugtktcv/UPNmUNrFkmYZA9uiZbbIAfEz1vJ5AItBXG9fPcEAPrgofRZ2FWpIUXNMzeNCkYgrJKHg6RdHjGpIi+BhBSUkVeIlgiET7saF7nqejVvN/kNrll5umZRS8RoEXFEm0VwU+hSDapd/FynPXdemkNsVretAEfDQFf3ZDVxl/VBnpAAAAAElFTkSuQmCC);
  background-color: white;
  margin-top: 5px;
  border: none;
  width: 20px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
}

@media(max-width: 480px) {

  .tasks-container {
    position: absolute;
    top: 100px;
    width: 350px;
  }

  .create-post{
    width: fit-content;
  }

  .publicaciones{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 30px auto 30px;
    grid-gap: 3px;
    background-color: white;
    margin: 20px;
    border-radius: 7px;
    padding: 10px;
    text-align: justify;
    z-index: -3;
    font-size: 14px;
    max-height: max-content;
  }

  .open-popup{
    text-align: center;
    border: 0;
    padding: 10px;
    background: none;
    width: 300px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: white;
  }

  .pop-up{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.5);
    z-index: 999;
  }

  .post h2{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
  }

  .post .form-post{
    position: absolute;
    top: 5%;
    margin: 40px 30px;
    width: 90%;
    border-radius: 7px;
    z-index: 3;
    padding: 10px;
  }

  .reactions{
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .reactions span{
    position: relative;
    bottom: 5px;
  }

  .btn-menu i{
    font-size: 20px;
  }

  .detail-post .privacy i:last-child{
    position: relative;
    font-size: 13px;
    margin-left: 1px;
  }

  .container-options button{
    background-color: #e9d1b3;
    border: none;
    border-radius: 7px;
    padding: 3px;
    margin: 2px;
    width: 70px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
  }

  .container{
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.12);
  }

  .form-post .publicar-post{
    top: -6px;
    border: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 7px;
  }

  .cerrar-post{
    top: 11%;
    right: 10%;
    width: 5%;
    font-size: 22px;
    cursor: pointer;
  }

  .btn-menu{
    border: none;
    background-color: white;
    right: 0;
    padding: 2px 2px 0px;
    border-color: white;
    position: absolute; 
  }

  .dropdown{
    position: relative;
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .dropdown:hover .container-options{
    display: block;
  }

  .body-description{
    grid-column: 1 / 3;
    grid-row: 2;
  }
  
}