body{
    background-color: #ffeedd;
}
.button1{
    background-color: blue;
    color: white;
    display:inline-block;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    right: 90px;
    height: 5%;
    width: 6%;
 }
 #button2{
     background-color: blue;
     color: white;
     display:inline-block;
     position: absolute;
     top: 8px;
     right: 1px;
     height: 5%;
     width: 6%;
  }
  #logo{
    font-family: 'Montez', cursive;
    color: blue;
  }
  #logo2{
      font-family: 'Ubuntu Mono', cursive;
      color: purple;
  }
 .container{
    box-shadow: 0 4px 8px 0 plum;
    transition: 0.3s;
    display:  flex;
    margin: 1%;
    margin-left: 2%;
    border-radius: 20px;
    width: 40%;
    height: 150%;
 }
 .name{
     background-color: white;
     border-bottom-left-radius: 20px;
     border-top-left-radius: 20px;
     text-align: center;
     padding: 1%;
 }
 .post_container{
     background-color: lightgrey;
     border-bottom-right-radius: 20px;
     border-top-right-radius: 20px;
 }
 .write{
     color: grey;
     margin-left: 5%;
 }
 .name_color{
     color: grey;
     font-size: larger;
     margin-top: 70%;
 }
 .contents{
     margin-right: 5%;
     margin-left: 5%;
     margin-bottom: 5%;
 }
 .container:hover{
    box-shadow: 0 0 50px plum;
 }
 .main_div{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
 }
.trash{
    background-color: lightgrey;
    font-size: 25px;
    border: 0;
    float: right;
    position: relative;
    bottom: 10px;
    right: 4%;
    color: grey;
    cursor: pointer;
  }

  .modal{
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
}
  .close {
    position: absolute;
    right: 39%;
    top: 20%;
    color: grey;
    font-size: 30px;
    font-weight: bolder;
  }
 .close:hover,
 .close:focus {
  color:grey;
  font-weight: bolder;
  cursor: pointer;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  width: 25%; 
}
hr{
  border: 0.5px solid black;
}
input{
  background-color: lightgrey;
  border: 0;
  width: 90%;
  height: 30px;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 4%;
  padding: 0.5%;
}
.submit{
  background-color: green;
  border: 0;
  color: white;
  width: 90%;
  height: 35px;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 4%;
  padding: 1%;
}
.submit1{
  background-color: green;
  border: 0;
  color: white;
  width: 105px;
  height: 35px;
}
.submit2{
  background-color: red;
  border: 0;
  color: white;
  width: 105px;
  height: 35px;
  margin-right: 3%;
  float: right;
}
label.l{
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 4%;
  padding: 0.5%;
}
.getstart{
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 1%;
  font-size: 200%;
  padding: 3%;
  
}
.othermodel_container {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  width: 25%; 
}

.close1 {
  position: absolute;
  right: 39%;
  top: 28%;
  color: grey;
  font-size: 30px;
  font-weight: bolder;
}
.close1:hover,
.close1:focus {
color:grey;
font-weight: bolder;
cursor: pointer;
}
.member{
    font-weight: bold;
    margin-left: 22%;
    padding: 5%;
  }
.link{
    color: blue;
    cursor: pointer;
  }
  .dots{
    color: grey;
    font-size: 25px;
    cursor: pointer;
    margin-left: 92%;
  }
  a .fa {
    color: grey;
  }
  .del_cont{
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 145px;
  }
  .deleteButton{
    position: fixed;
    background-color: green;
    color: white;
    border: 0;
    width: 8%;
    height: 38px;
    margin-left: 2%;
  }
  .CancelDeleteButton{
    position: fixed;
    background-color: red;
    color: white;
    border: 0;
    width: 8%;
    height: 38px;
    margin-left: 20%;
  }
  .deleteContent{
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    width: 30%; 
    height: 165px;
  }
  .ask{
    font-size: 18px;
    margin-left: 8%;
    padding: 5%;
  }