/* section css ********************************************************************************************/
section{
    min-height: 80vh;
    box-sizing: border-box;
}  

section .wrraper{
    text-align: center;
    margin: 40px 5%;
}

section h1{
    color: var(--orange);
    font-size: 1.9em;
}

section p{
   color: var(--gray);
   font-size: 1.5em;
}

section div{
    margin: 50px 0px;
}

section a{
    display: inline-block;
    padding: 20px 50px;
    color: white;
    background-color: var(--orange);
    border-radius: 5px;
    font-size: 1.2em;
    box-shadow: 0px 0px 3px 2px var(--orange);
}