textarea.form-control, .form-control {
    height: auto;
    min-width: 250px;
    max-width: 251px;
    
    margin-top: 5px;
    margin-bottom: 5px;
}

.contents{
    font-family: arial;
    padding: 25px;
    /* text-shadow: 2px 2px 5px #040404; */
    color: black;
    line-height: 2;
    background-image: linear-gradient(45deg, #1a0607, #a062066e);
    display: grid;
    font-size: 15px;
    border-radius: 15px;
    background: #323024;
    background: #231b13bf;
    background-color: #f7dab9;
    background-color: #fff0e0de;
}

.description{
    font-family: Arial, Helvetica, sans-serif;
    padding: 25px;
    display: grid;
}
.description p{
    margin-left: auto;
    margin-right: auto;
}

.description h2{
    font-family: 'Qwigley', cursive;
    font-size: 55px;    
}

.card-deck .card {
    margin-bottom: 20px;
    background-color: black;
}
.features{
    list-style: none;
    
}
.features li{
    padding: 5px;
    background: #ff9900c7;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 black;
    margin: 10px 0px;
}

.card-body{
    color: white;
}
footer a, i{
    font-family: Arial, Helvetica, sans-serif !important;
}

.svg-inline--fa {
    font-size: 18px !important;
}

.c-black{
    color: black;
}
.elegant-text{
    color: #193948 !important;
    font-size: 17px;
    text-align: justify;
}
.min-500{
    min-height: 500px;
}
.DevLogo{
    max-height: 60px;
}