.radio-button-conatiner {
    display: flex;
    justify-content: center;
    align-items: center!important;
    position: relative;
}
.ant-radio-button-wrapper>.ant-radio-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

nav ul li a{padding-left: 40px;}

.bg-color{
    background-color: rgb(158, 183, 228);
    width:100%;
    min-height: 900px;
    
       }
.form-outline .form-control {
        min-height: auto;
        padding: 0.32rem 0.75rem;
        border:1px solid #0fc !important;
        background: transparent;
        transition: all .2s linear;
    }
    
    #showbox{
        background-color: #F16669;
        border: none;
        padding: 15px 20px;
        color: white;
        font-size: 2em;
        margin-top: 40px;
        transition: 1s;
        cursor: pointer;
        border-radius: 4px;
      }
      
      #showbox:hover{
        background-color: darken(#F16669, 30)
      }