body {
  background: url(./parts/lmback.png);
  background-attachment:fixed;
}
.waku{
  background-color:black;
  padding: 30px 40px;
  border-radius: 25px;
}

.title img{
  width: 60%;
}

a {
  text-decoration:none;
}

.tab-area {
  justify-content: space-around;
  width: 60%;
}

.tab-none img{
  height: 10%;
  min-height:50px;
  max-height:100px;
  cursor: pointer;
}

.tab-none img:hover{
  filter: brightness(50%);
}

.tab{
  height: 10%;
  min-height:50px;
  max-height:100px;
  text-align: center;
  cursor: pointer;
}
.tab:hover{
  filter: brightness(50%);
}

.tab.active {
  border: none;
  filter: brightness(50%);
  cursor: default;
}

.content.show{
   display: block;
}

.content{
  margin-top:20px;
  width:70%;
  min-width:300px;
  display: none;
}

.member{
  width:50%;
  margin-left:10%;
}

textarea {
  font-size: 16px;
  resize: none;
  width:70%;
  height:120px;
}

.info-col {
    display: inline-block;
    width: 120px;
}

.button{
  cursor: pointer;
  background-color: #c0ff60;
  color: black;
}

.btn {
  border-radius: 5px;
  background-color: #c0ff60;
  padding: 10px;
  text-decoration: none;
  color: black;
}