* {
    margin: 0;
    padding: 0;
   box-sizing: border-box;
}

body {
    background-color: "black";
    color: white;
    position:relative;
}

#Home {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

#Home>button {
    margin-right: 1rem;
    padding: 0.5rem;
}

input[type="text"],
input[type="number"],
input[type="email"] {
    margin-bottom: 15px;
    height: 30px;
    text-indent: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    display: block;
}

.form {
    margin: 2rem;
}

.pad {
    padding: 3rem;
    padding-right: 0rem;
} 

@media (max-width:500px) {
    .pad{
        padding: 1.4rem;
    }
    .heading{
        font-size: 2.4rem !important;
        margin-inline: 1rem !important ;
    }
    
    .faqQues{
        font-size: 1.2rem !important;
    }
    .physical{
        background-position: center;
        background-size: cover;
    }
    .phyButton{
        font-size: 1rem !important;
        
    }
    .physical>div{
        margin-left: 1.6rem;
    }
    .floatText>p{
        font-size: 0.5rem !important;
        padding: 0.3rem !important;
    }
}

@media (max-width: 1380px) {
    .devName{
        font-size: 1.8rem !important;
    }
}
@media (max-width: 860px) {
    .devName{
        font-size: 1.6rem !important;
    }
}
@media (max-width: 800px) {
    .workImg{
        width: 100% !important;
        border-radius:  0 !important;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .workLabel{
        width: 40% !important;
    }
}
