@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400&display=swap');
body{
    background: #2c2d30;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.5)!important;
    font-size: 18px;
    font-weight: 600;
}
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    color: #444;
}
.rounded-6{
    border-radius: 12px;
}
.p-5s h2{
    font-weight: 800;
    font-size: 29px;
    margin-bottom: 0px;
}
.p-5s h3{
    font-size: 22px;
    line-height: 1.8;
}
.import {
    /* height: 100vh; */
    display: flex;
    align-items: center;
}
.imports{
    align-items: center;
}
.list-groups li{
    list-style: none;
    display: inline-block;
    padding: 1px;
}
.p-5s {
    padding: 28px;
}
.col-md {
    max-width: 460px;
    margin: auto;
}
.mt-4s {
    margin-top: 33px;
}
.mt-4s p {
    font-size: 16px;
    font-weight: 300;
}
.w-75s{
    width: 290px;
}
.btn-lights{
    background: rgb(51, 51, 51);
}
.p-3s {
    padding: 13px;
    width: 341px !important;
    font-weight: 600;

}
.form-controls{
    background: rgb(24, 24, 24);
    height: 100px;
    width: 95%;
    border:1px solid #2c2d30;
    padding: 10px;
    color:#ccc;
}
textarea:focus { 
    outline: none !important;
}
.form-controlsss{
    background: rgb(24, 24, 24);
    height: 50px;
    width: 95%;
    border:1px solid #2c2d30;
    padding: 10px;
    color:#ccc;
}
.btn-primarys{
    background: #533cc6;
}