@import url('https://fonts.googleapis.com/css2?family=Charm:wght@700&family=Dancing+Script&family=Noto+Serif+KR:wght@400;500&family=Playfair+Display+SC:ital,wght@1,400;1,700&family=Uchen&display=swap');

body {
  background: url("ybt.png")  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color:rgba(163,203,202,1);
  text-decoration: none;
}

a:hover {
  color:rgba(163,203,202,1);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}


#header {
  height: 80px;
  background:#fff;
  padding: 5px 0;
  
 
}

#header .logo {
  font-size: 25px;
  padding-left: 0px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: Noto Serif KR;
  
}

#header .logo a {
  color: #1F1A3A;
  text-decoration: none;

}

#header .container .navbar{
  margin-right: 0px; 
}


 .navbar ul {
  padding-right: 10px;
 
}


.card{
  background-color: #FEFEFC;
  max-width: 500px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  
  
}
.card-title{
  color: #1F1A3A;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: Noto Serif KR;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-body .form-group{
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group a{
  padding-left: 130px;
  color: #1F1A3A;
}

.form-group .btn{
  
  border-radius: 5px;
  color: #fff;
  font-weight: 10px;
  background: #2a2740;
  margin-top:22px;
   width: 120px;
 
}
.form-group .btn:hover{
  background: #484657;
  color: #fff;

}
/* @media (max-width: 767px) {

.wrapper {
  height: auto;
  width: auto;
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
}


} */


