.ht {
    height:100vh
}


.btn-xl {
    padding: 10px 20px;
    margin: 30px;
    font-size: 20px;
    width:25%;    
}

.icon-size{
    width: 100px
}

.fas {
    color: rgba(236,194,105,1);
}



.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-outline-primary{
    width: 300px;
}

.notice-board{
    height: 60px;
    background-color: #3697ff;
    text-align: center;
    translate: -50%;
}

.col-4 {
    height: 100vh;;
    max-height: 100vh;
}

.container-inside{
    height:100vh !important;
}

.modal-lg {
    max-width: 100%;
}