#main_page {
   background-color: #06264f;
}

.smooth-scroll {
   text-decoration: none;
   color: black;
   display: inline-block;
}

.waves {
   overflow: hidden;
   position: absolute;
   bottom: 0;
   width: 100%;
   z-index: 0;
   height: -webkit-fill-available;
   display: flex;
   align-items: end;
}

#box1 {
   transform: translateY(0%);
}

html {
   scroll-behavior: smooth;
}

.small-img:hover {
   transform: scale(.9);
   transition: .6s;
}

.small-img {
   transition: .6s;
}

.page-title {
   color: rgb(230, 160, 50);
}

/* .page-body {
   font-family: avenir !important;
} */


.arrow {
   color: rgb(230, 160, 50);
}

#take-assessment {
   text-decoration: none;
   color: black;
   background-image: url("long-button-bg.png");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   margin: 10px 10px;
   line-height: 1;

}


