#result{
  display: none;
  background-color: white;
  width: 86%;
  text-align: center;
  border-radius: 20px;
}

#shareResult{
  background-color: white;
  width: 86%;
  text-align: center;
  border-radius: 20px;
}


.resultname{
  font-size: 10px;
}

.resultDesc{
  font-size: 13px;
}

.whichmbti{
  font-size: 13px;
  background-color: #FFE0AC;
  width: 85%;
  text-align: center;
  border-radius: 20px;
}

input{
  outline: none;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-size: 10px;
}

select{
  outline: none;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-size: 10px;
}

.button1{
  outline: none;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-size: 10px;
  background-color: #6886C5;
  color: white;
  padding: 8px 24px;
}

.button1:hover, .kakao:focus {
  background-color: whitesmoke;
  color: black;
}

/*.message{
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.message .success{
  text-align: center;
  font-size: 10px;
  color: green;
  position: absolute;
  animation: buttons .3s linear;
  display: none;
}

.message .danger{
  text-align: center;
  font-size: 10px;
  color: red;
  position: absolute;
  transition: .3s;

  display: none;
}

@keyframes buttons{
  0%{
    transform: scale(0.1);
  }
  50%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}
*/

#thank-you-message {
  display: none;
}

#thank-you-message.show {
  display: block;
}

.kakao{
  color: white;
  background-color: #fec700;
  font-size: 10px;
  border: 0px;
  border-radius: 20px;
}

.kakao:hover, .kakao:focus {
  background-color: whitesmoke;
  color: brown;
}

.fb{
  color: white;
  background-color: blue;
  font-size: 10px;
  border: 0px;
  border-radius: 20px;
}

.fb:hover, .kakao:focus {
  background-color: whitesmoke;
  color: blue;
}



.gohome{
  color: black;
  background-color: lightgray;
  font-size: 13px;
  border: 0px;
  border-radius: 20px;
  padding: 8px 50px;
}

.gohome:hover, .kakao:focus {
  background-color: whitesmoke;
  color: gray;
}
