html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(125deg, #2b44ff, #576dff);
}

.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem;

  width: 100%;
  max-width: 20rem;

  height: 70%;
  max-height: 35rem;

  border-radius: 15px;
  border: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #fff;
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30%;
}

.title {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 50%;
}

.title img {
  height: 50%;
  margin-right: 12px;
}

h3 {
  font-size: 18px;
  color: #868e96;
}

.kakao {
  width: 60%;
  height: 3rem;
  margin-top: 3rem;
  background-color: #ffd800;
  border: 0;
  border-radius: 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.8rem;
  color: #000;
  cursor: pointer;
  transition-duration: 200ms;
}

.google {
  width: 60%;
  height: 3rem;
  margin-top: 1rem;
  background-color: #eceff4;
  border: 0;
  border-radius: 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.8rem;
  color: #000;
  cursor: pointer;
  transition-duration: 200ms;
}
