* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  background-color: #082032;
  margin: 0;
}

.intro {
  background-color: #101923;
  width: 335px;
  height: 543px;
  margin-top: 40px;
  text-align: center;
}

.logo {
  display: flex;
  width: 150px;
  height: 150px;
  padding-left: 25px;
  margin-left: 95px;
  margin-top: 120px;
}

.user {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: center;
  top:-15%;
  left:-1%;
}
.password {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: center;
  top:-10%;
  left:-1%;
}


#btnEnter {
  display: flex;
  margin-left: 120px;
  border-radius: 5px;
  font-family: Acme, sans-serif;
  padding: 5px 10px;
  color: black;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  transition: 0s;
}

#btnEnter:hover {
  background: #ff4656;
  box-shadow: 0 0 1px #ff4656, 0 0 2px #ff4656, 0 0 3px #ff4656;
}

#email {
  display: flex;
  height: 30px;
  width: 210px;
  background-color: #fff;
  color: white;
  border-radius: 10px;
  text-align: center;
  margin-left: 20%;
}
#password {
  display: flex;
  height: 30px;
  width: 210px;
  background-color: #fff;
  color: black;
  border-radius: 10px;
  text-align: center;
  margin-left: 20%; 
}

.wall{
    display: flex;
    margin-top: 10px;
    width: 325px;
    height: 100px;
    margin-left: 30px;
}

.wall::placeholder{
    text-align: center;
    font-size: 12px;
}

.btnMuro{
    display: flex;
    margin-left: 314px;
    margin-top: 10px;
    border-radius: 5px;
    font-family: Acme, sans-serif;
    color: black;
    font-size: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: 0s;
}

.btnMuro:hover {
  background: #ff4656;
  box-shadow: 0 0 1px #ff4656, 0 0 2px #ff4656, 0 0 3px #ff4656;
}

.close{
    background-color: #101923;
    height: 40px;
}

.pts{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 20px; 
    margin-bottom: 10px; 
    width: 95%;
    height: 150%;
    color: #FFFFFF;
}

.card {
  background-color: #131352;
  display: flex;
  margin-top: 25px;
  margin-bottom: 10px; 
  padding: 20px;
 }
    

.firstPage {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-right: 20px;
}

.postLook {
    resize: none;
    width: 300px;
    height: 50px;
}

.userpost{
    height: 50px;
    margin-right: 10px;
}


.register {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
  font-size: 10px;
  margin-left: 40px;
}

.contentButtons{
    display: flex;
}

.likepost{
    height: 30px;
    margin-right: 5px;
    transform: scale(1);
}

.likepost:hover{
    transform: scale(1.5);
}

.buttonContent{
  display: flex;
  justify-content: flex-end;
}

.edits{
  height: 30px;
  margin-right: 10px;
  transform: scale(1);
}

.edits:hover{
  transform: scale(1.5);
}

.btnes{
    background-color: transparent;
    border: none;
}

.edit{
  background-color: transparent;
  border: none;
}

.organize {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}

.organizeTwo {
  position:relative;
  color: #fff;
  font-size: 15px;
  top:30px;
  left:-180px;
  margin-left: 8px;
}

.start {
  display: flex;
  justify-content: flex-end;
  background-color: #101923;
  padding: 10px;
  color: #ffffff;
}

.final {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  color: white;
  font-size: 10px;
}

.btn {
  padding-left: 20px;
  color: #fff;
}

.registerTwo {
  background-color: #101923;
  color: white;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20vh;
}

.form {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: center;
  justify-items: center;
}

.errorfour {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.error {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

h1 {
  font-size: 50px;
  font-weight: bold;
}

.inputs {
  display: flex;
  height: 27px;
  width: 244px;
  background-color: #fff;
  color: white;
  border-radius: 10px;
  text-align: center;
  margin-left: -120%;
  margin-top: 10px;
}

.regist { 
position: relative;
left: -80px;
margin-top: 50%;

}

#btnRegister {
  display: flex;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  font-family: Acme, sans-serif;
  padding: 5px 10px;
  color: black;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  transition: 0s;
}

#btnRegister:hover {
  background: #ff4656;
  box-shadow: 0 0 1px #ff4656, 0 0 2px #ff4656, 0 0 3px #ff4656;
}

.btnClose {
  position: relative;
  top:10px ;
  margin-left:70%;
  width: 80px;
  height: 25px;
  border-radius: 5px;
  font-family: Acme, sans-serif;
  padding: 3px 7px;
  color: black;
  font-size: 10px;
  text-decoration: none;
  overflow: hidden;
  transition: 0s;
}

#btnClose:hover {
  background: #ff4656;
  box-shadow: 0 0 1px #ff4656, 0 0 2px #ff4656, 0 0 3px #ff4656;
}

.agentes {
position: fixed;
overflow: hidden;
top: 20px ;
left: 400px ;
}

@media screen and (min-width: 750px) {

  body{
    margin: 0;
    background-repeat: no-repeat;
    background-position: 10%;
    overflow: hidden;

    
  }
  
  .intro{
    background-color: #101923;
    width: 500px;
    height: 600px;
    margin-top: 70px;
    margin-left: 100px;
    text-align: center;

  }
  
.logo {
  display: flex;
  width: 180px;
  height: 180px;
  padding-left: 25px;
  margin-left: 32%;
  margin-top: 120px;
}

#email {
  display: flex;
  height: 40px;
  width: 260px;
  background-color: #fff;
  color: black;
  border-radius: 10px;
  text-align: center;
  margin-left: 25%;
}
#password {
  display: flex;
  height: 40px;
  width: 260px;
  background-color: #fff;
  color: black;
  border-radius: 10px;
  text-align: center;
  margin-left: 25%; 
}

#btnEnter {
  display: flex;
  margin-left: 220px;
  border-radius: 5px;
  font-family: Acme, sans-serif;
  padding: 5px 10px;
  color: black;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  transition: 0s;
}

.organize {
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-left: 8px;
  left: 70px;
}
.organizeTwo {
  position:relative;
  color: #fff;
  font-size: 20px;
  top:30px;
  left:-170px;
  margin-left: 8px;
}
.final {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  font-size:15px;
}
.card {
  background-color: #101A24;
  display: flex;
  margin-top: 30px; 
 }
 .pts{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 10px;
  margin-top: 20px; 
  margin-bottom: 10px; 
  width: 95%;
  height: 150%;
  color: #FFFFFF;
}

.agentes {
  position: fixed;
  overflow: hidden;
  top:20px ;
  left:100px ;
}
  .logo {
    display: flex;
    width: 180px;
    height: 180px;
    padding-left: 25px;
    margin-left: 32%;
    margin-top: 120px;
  }

  #email {
    display: flex;
    height: 40px;
    width: 260px;
    background-color: #fff;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-left: 25%;
  }

  #password {
    display: flex;
    height: 40px;
    width: 260px;
    background-color: #fff;
    color: black;
    border-radius: 10px;
    text-align: center;
    margin-left: 25%; 
  }

  #btnEnter {
    display: flex;
    margin-left: 220px;
    border-radius: 5px;
    font-family: Acme, sans-serif;
    padding: 5px 10px;
    color: black;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
    transition: 0s;
  }

  .organize {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-left: 8px;
    left: 70px;
  }

  .organizeTwo {
    position:relative;
    color: #fff;
    font-size: 20px;
    top:30px;
    left:-170px;
    margin-left: 8px;
  }

  .final {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    font-size:15px;
  }

  .card {
    background-color: #101A24;
    display: flex;
    margin-top: 30px; 
  }

  .pts{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 50px; 
    margin-bottom: 10px; 
    width: 95%;
    height: 150%;
    color: #FFFFFF;
  }

  .agentes {
    position: fixed;
    overflow: hidden;
    top:20px ;
    left:100px ;
    }

}