
*{
  box-sizing: border-box;
  font-family: 'Edu TAS Beginner', Arial, Helvetica, sans-serif;
}

img{
  height: 200px;
}


html{
  font-size: 62.5%;
}

body{
  padding-top:80px;
  word-wrap:break-word;
  font-size: 1.6rem;
  background-color: rgba(9, 45, 41, 0.9);
  color: white;
  display: flex;
  justify-content: center;
}

.jumbotron{
  background-color: rgb(97, 109, 105);
}


.hidden{
  display: none;
}

.user-entry{
  width: 40%;
  display: flex;
  flex-direction: column;
}

.user{
  padding: 10px 2%;
  display: flex;
  justify-content: center;
  width: 80%;
  text-align: center;
}

.user, .entry-box{
  width: 100%;
  background-color: rgb(97, 109, 105);
  margin: 1%;
  border-radius: 15px;;
}


.entry-box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 625px;
  overflow: auto;
}

.header{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(53, 54, 75, 0.7);
  margin-bottom: 10px;
  border-radius: 15px;
}

.container-box{
  width: 90%;
  border-radius: 15px;
}

.info{
  display: flex;

}

.create{
  display: flex;
  flex-direction: column;
}

form{
  display: flex;
  flex-direction: column;
}

.password{
width: 51%;
}

.unlink, .connect-local, .logout, .login, .signup{
  color: white;
  border: 1px solid green;
  border-radius: 15px;
  text-decoration: none;
  padding: 5px 5%;
  background-color: rgb(184, 152, 176);
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;

}


.journal{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgb(97, 109, 105);
  margin: 2%;
  border-radius: 15px;
  height: 850px;
}



textarea{
  border-radius: 15px;
  padding: 1%;
  font-size: 1.8rem;
  margin-bottom: 15px;
  background-color: rgba(9, 45, 41, 0.6);
  color: white;
}

article{
  border: 2px solid green;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgb(184, 152, 176);
  margin-bottom: 10px;
}

section{
  width: 90%;
}

.change{
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid grey;
  padding: 1%;
}

.date-cont{
  color: rgba(53, 54, 75, 0.7)
}

.date-head, .tag-head, .update-title{
  font-weight: 600;
}

.update-title{
  font-size: 1.8rem;
}

.tag-cont, .date-cont{
  margin: 5px 0%;
}

.tag-cont{
  font-style: italic;
}

.name{
  margin: 10px 0%;
}
.entry-info{
  padding: 0px 3%;
}

.update-entry{
  display:flex;
  flex-direction: column;

}

.editing, .view{
  border-top: 1px solid black;
  padding: 10px 2%;
}

.update-title-box{
  width: 55%;
  margin: 5px 1%;
  padding: 2px 1%;
}

.update-title-box, .update-submit, .view-msg{
  border-radius: 15px;
  font-size: 1.65rem;
}

.update-submit{
  padding: 2px 2%;
}

.type{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0%;
}

.j-title, .j-submit, .j-title-in{
  margin: 0px 2%;
  font-size: 1.8rem;
}

.j-title-in{
  font-size: 1.8rem ;
  width: 55%;
  padding: 0px 1%;
}

.j-title-in, .j-submit{
  border-radius: 15px;
}
.j-submit{
  padding: 2px 1%;
}

h4{
  font-size: 1.9rem;
  text-align: center;
  text-transform: capitalize;
  margin: 2%;
}

.view-msg{
  border: 1px solid grey;
  padding: 2%;
  background-color: rgba(124, 127, 176, 0.8)
}

.update-tags{
  width: 100%;
  padding: 2%;
  display: flex;
  justify-content: center;
  
}

.update-tag-name{
  width: 30%;
  margin: 0px 1%;
  font-size: 1.5rem;
  padding: 1%;
}

.tag{
  width: 100%;
}

.tagBut{
  width: 15%;
  font-size: 1.5rem;
  padding: 0;
}
.tagBut, .update-tag-name{

  border-radius: 15px;
}

