.skewgroup {
    border-bottom: 1px solid #EEE;
    margin-bottom: 6px;
}

.skewinput, .greyinput {
    min-height: 32px;
    border: 1px solid #CCC;
    border-radius: 8px;
}

.btn-gold{
    border: 0px;
    border-radius: 8px;
    background-color: #daa520 ;
    color: #171a21; 
    border: 1px solid #daa520;       
}

.btn-gold:hover, .btn-gold:active, .btn-gold:focus{
    background-color: #feffc1 ;
    border: 1px solid #daa520;
}

.btn-big{
    padding: 8px 36px !important; 
    font-size: 2.2em;
    font-weight: 600;     
}

.alert {
    background-color: #302a39;
    padding: 10px;    
    border-radius: 8px;
    text-align: center; 
    margin: 10px;
    font-size: 1.2em;
    color: white;   
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}


.closebtn:hover {
    color: black;
}

h2 {
    color: gray;
}

.info {
    margin-bottom: 20px;
    
}
