body{
    background-image: url(../img/png.png);
    display: grid;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    overflow: hidden;
    overflow-y: scroll;
    background-size: cover;
    place-items: center;
    /* padding-bottom: 100px; */
}
*{
 font-family: DM Sans;
}

section {
    width: 1200px;
}

h1 {
    font-size: 64px;
    display: grid;
    width: 690px;
}

span.purple {
    color: #5D62CF;
}

svg.svg_border {
    position: absolute;
    margin-top: -324px;
    margin-left: -32px;
}

section.hero {display: flex;margin-bottom: 240px;}

.right {
    padding-top: 80px;
    width: 400px;
    margin-left: 140px;
}

p.content {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 400px;
}

ul {
    font-size: 24px;
    line-height: 2;
}

h3 {
    font-size: 24px;
    padding-top: 20px;
}

li {
    margin-left: -16px;
    list-style: devanagari;
}

h2 {
    font-size: 48px;
}

.cards {
    display: flex;
}
.card img{
    height: 400px;
}



footer {
    margin-top: 160px;
    text-align: center;
    padding-bottom: 300px;
}

header {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding-top: 24px;
    align-items: center;
    margin-bottom: 160px;
}

.menu a {
    margin-left: 32px;
    text-decoration: none;
    color: black;
    font-size: 20px;
}


/* Laptop image */

.lappyImg{
    margin-top: -100px;
}











/* Pointer */

.ball {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    border: 3px solid #5d62cf;
    border-radius: 50%;
    pointer-events: none;
  }
  .small {
    width: 8px;
    height: 8px;
    position: fixed;
    /* margin: 44%; */
    /* color: red; */
    top: 0;
    left: 0;
    background-color: #121212;
    border-radius: 50%;
    pointer-events: none;
  }