@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap");


body,html {
  background-image: linear-gradient(#96bdff, White);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
 
}

.main {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 40vh;
}

.main header {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.primary {
    color: white;
    font-weight: 600 !important;
}
.text-primary {
  color: white !important;
}
.active {
    font-weight: 600 !important;
}

.navbar {
    background: #7ca9f7;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid var white;
    
}

.vertical-center {
    min-height: 100%;
    min-height: 94vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.border-bottom {
    border-color: white !important;
}

.img-fluid {
    --animate-duration: 14s;
}

.overflow-hidden {
    overflow: hidden !important;
}


.vertical-center {
  min-height: 90%;
  min-height: 90vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: middle;
  -webkit-align-items: middle;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: middle;
  width: 90%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.subscriptions {
  display: flex;
  align-items: left;
  text-align: left;
  justify-content: center;
  min-height: 70vh;
}

.subscriptions head {
  color: white;
  font-size: 15px;
}

.subscriptions div {
  width: 300px;
  height: 200px;
  background: lightblue;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
