
* {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin:0;
  padding: 0;
  box-sizing:border-box;
  outline: none;
}

body{
  background-color: #0e1f53;
}

.logo{
  display: block;
  width: 300px;
  height: 300px;
  margin: 20px auto;
}

main{
  width: 375px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 44px 24px 23px;
}

label{
  color: #777777;
  width: 34;
  height: 18;
  top: 236px;
  left: 24px;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;

}

select,input{
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #bbbbbb ;
  height: 48px;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 18px;
  cursor: pointer;
}

button{
  background: #00a8ff;
  border-radius: 55px;
  width: 100%;
  border: none;
  height: 48px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}

section{
  border-radius: 20px;
  border: 1px solid #00a8ff;
  background-color: #ffffff;
  color: #777777;
  margin-top: 36px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrow{
  margin: 15px 0;
  width: 78px;
}

div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:3px;
}