:root{
    --orange: #eb8d0b;
    --ash: #505050;
    --black: #1c1c1c;
    --white: #d4d4d2;
}
*{
    margin: 0%;
    padding: 0%;
}
.outer{
    height: 70vh;
    width: 100vw;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.heading1{
    background-color: var(--orange);
    color:#ffffff;
    padding: 0.3em 0.7em 0.3em 0.7em;
    margin: 3em 0em 2em 0em;
    border-radius: 10px;
    font-size: 2em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.para{
    text-align: justify;
    margin: 0em 2em 0em 2em;
    font-size: 1.1em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.back{
    height: 3em;
    width: 12em;
    background-color: var(--black);
    border-radius: 10px;
    border: none;
    margin: 3em 0em 0em 0em;
}
.back:focus{
    outline: 0;
}
.back_text{
    text-size-adjust: 0.9em;
    color: var(--orange);
    text-decoration: none;
    font-size: 1.1em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer{
    position: absolute;
    bottom: 0em;
    height: 8.4em;
    width: 100vw;
    background-color: var(--black);
}
.footer .personel{
    margin-left: 3em;
}
.footer .personel .name{
    font-size: 1.3em;
    color: var(--orange);
    margin: 1em 0em 0.5em 0em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer .personel .phone{
    font-size: 1.1em;
    text-decoration: none;
    color: var(--orange);
}
.footer .personel .number{
    border: 2px solid var(--orange);
    background-color: var(--orange);
    color: var(--black);
    text-decoration: none;
    padding: 0.1em 0.4em 0.1em 0.4em;
    margin-right: 0.5em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer .icons{
    width: 100vw;
    display: flex;
    justify-content: center;
    margin: 1em 0em 0em 0em;  
}
.footer .icon{
    margin: 0em 0.3em 0em 0.3em;
    display: inline;
    font-size: 2em;
    z-index: 100;
    cursor: pointer;
}
#whatsapp{
    color: green;
}
#mail{
    color: red;
}
#insta{
    color: rgb(255, 17, 243);
}
#link{
    color: blue;
}