@import "./reset.css";

h1{
  text-align: left;
  margin-top: 6%;
  margin-bottom: 2%;
  font-size: 2.5rem;
  color: rgb(35, 34, 34);
  padding-left: 16%;
}

iframe{
  margin-left: 47%;
}


.head{
  margin-top: 7%;
  font-size: 1.5rem;
  padding-left: 16%;
  font-weight: 600;
}

.sub{
  font-size: 1rem;
  padding-left: 16%;
  margin-top: 1%;
  font-weight: 300;
  line-height: 23px;
}

.mbti{
  width: 37%;
  height: 57%;
  margin-left: 47%;
}

#project3 a{
  color: rgb(35, 34, 34);
}

legend{
  color: rgb(35, 34, 34);
  font-size: 1.3rem;
  font-weight: 600;
  transform: translateX(94px) translateY(28px);
}

#comment{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


textarea[name="comment"]{
  margin-top: 200px;
  font-family: "Pretendard Variable", sans-serif; 
  background-color: #f0f0f0b5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100px;
  border: 0.5px solid rgba(128, 128, 128, 0.44);
}

#button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 70px;
}


input[type="submit"]{
  width: 70px;
  height: 30px;
  background-color: #cdd5d4;
  border-radius: 5px; /*요소 모서리 둥글게 */
  border: 0.5px rgba(128, 128, 128, 0.252);
  font-size: 0.9rem;
  color: rgb(58, 58, 58);
  transition: 0.15s;
}
input[type="reset"]{
  width: 70px;
  height: 30px;
  background-color: #cdd5d4;
  border-radius: 5px; /*요소 모서리 둥글게 */
  border: 0.5px rgba(128, 128, 128, 0.252);
  font-size: 0.9rem;
  color: rgb(58, 58, 58);
  transition: 0.15s;
}

input[type="submit"]:hover,[type="reset"]:hover{
  background-color: rgba(196, 198, 196, 0.418);
}

.top{
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 254, 254, 0.912);
  background-color: rgba(116, 123, 111, 0.277);
  border-radius: 100px; /*요소 모서리 둥글게 */
  border: 0.5px rgba(128, 128, 128, 0.252);
  box-shadow: 2px 3px 8px rgba(112, 110, 110, 0.215);
  width: 45px;
  height: 45px;
  float:right;
  transform: translateX(-110px)translateY(-50px);
}