body, html {
    font-family: 'montserrat' !important;
}
.navbar {
    height: 91px;
    padding: 0px !important;
    border-bottom: 1px solid gray;
    align-items: center;
}
.navbar-brand {
    margin: 0%;
    display: flex;
    align-items: center;
    max-width: 218px;
    height: 58px;
    padding-top: 17px;
    padding-left: 57px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}
.header {
    margin: 32px 0px;
}
.container h4{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.container p{
    font-size: 18px;
    font-weight: 400;
    color: #858585;
}

#logo-button{
    top: 27.5;
    left: 114px;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(96.34deg, #af44a9 0%, #cb63e5 100%);
    border-radius: 50%;
}

#dot {
    margin: 0 5px;
    border: 0.5px solid #6c757d;
}