.btn {  }
.btnType1 { background: var(--blue); color: var(--white); line-height: 1.4; font-weight: 400; font-size: 1rem; padding: 0.5rem 1rem; border-radius: 0rem; outline: none; display: inline-block; transition: 0.5s; }
.btnType1:hover { background: var(--gray); color: var(--white); }
.btnType2 { background: var(--dark-blue); color: var(--white); line-height: 1.4; font-weight: 400; font-size: 1rem; padding: 0.5rem 1rem; border-radius: 0rem; outline: none; display: inline-block; transition: 0.5s; }
.btnType2:hover { background: var(--blue); color: var(--white); }
