@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

html,
body {
   height: 100%;
}
body {
   font-family: 'Comfortaa', cursive;
}
.section-left {
   background-color: #2950a7;
   color: #fff;
}
.section-right {
   background-color: #f8f9fa;
   color: #202124;
}

form {
   font-size: 14px;
}
.btn-custom-dark {
   color: #fff;
   background-color: #2950a7;
   border-color: #2950a7;
}
.btn-custom-dark:hover {
   color: #fff;
   background-color: #677b8c;
   border-color: #677b8c;
}

ul li a {
   text-transform: uppercase;
   font-weight: bold;
   color: #343a40 !important;
   font-size: 12px;
   letter-spacing: 2px;
}
