html {
    scroll-behavior: smooth;
}
body {
    font-family: 'PP Neue Montreal', sans-serif;
    background: #f9fcff;
}
h1 {
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
}
.title {
    font-weight: 500;
}
.button.is-primary {
       background-color: #2f82e9;
    border-radius: 2px !important;
}
.button.is-primary.is-hovered, .button.is-primary:hover {
    background-color: #0669e4;
    border-color: transparent;
    color: #fff;
}
.button.is-primary.is-active, .button.is-primary:active {
    background-color: #0669e4;
    border-color: transparent;
    color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
    background-color: #2f82e9;
}
.color {
    color: #2f82e9;
}
.home-img {
    height: 300px;
       width: 100%;
       object-fit: cover;
    object-position: center;
}
.navbar-item a {
    color: #2f82e9;
    border-bottom: 2px solid #2f82e9;
}