@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

a:hover,
a:focus,
a:active{
    text-decoration: none;
    outline: none !important;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
    pointer-events: none;
}
body{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

.main-wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    border-left: 10px solid #ef7f1a; 
}