nav{
    position: fixed !important;
    z-index: 99;
    width: 100vw;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.button a{
    border-radius: 75px;
}

.to-home{
    color: #2C2C2C;
    text-decoration: none;
}
.to-home:hover{
    color: #2C2C2C;
}

.bg-blue{
    background-color: #0028FF;
}
hr{ 
    border: none;
    border-left: .1rem solid #2C2C2C;  
    height: 80%; 
}
.cust-nav-p{
    font-size: calc(35% + .9vmin)!important;
}

