*{
    margin: 0;
    padding: 0;
}
header {
    background-color: rgb(170, 169, 246);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
body{
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
}
html{
    scroll-behavior: smooth;
}
.right{
    text-align: center;
    list-style-type: none;
}
.right li{
    display: inline-block;
    margin: 60px;
    margin-right: 40px;
}
.right a{
    text-decoration: none;
    font-size: 20px;
    margin: 10px;
    color: rgb(0, 0, 0);
    padding: 16px 16px;
    border: 1px solid #000000;
    transition: 0.5s;
}
.right a:hover{
    background-color: #000000;
    border: 1px solid #000000;
    color: rgb(255, 255, 255);
}
.centre h1{
    position: absolute;
    color:rgb(60, 89, 194) ;
    top: 300px;
    left: 39%;
    font-size: 90px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 5px 2px rgb(0, 0, 0);
}
img{
    position: absolute;
    left: -260px;
    top: -450px;
    width: 1000px;
    height: 274vh;
}
.btn1
{
    position: absolute;
    background-color: rgb(6, 19, 95);
    cursor: pointer;
    text-decoration: none;
    transition: all .4s;
    border-radius: 10px;
    top:435px;
    left: 53%;  
    height: 30px;
    width: 100px;
}
.btn1 a{
    text-decoration: none;
    color: white;
}
.btn1:hover{
    background-color: rgb(238, 197, 197);
    color: rgb(2, 1, 1);
}

.btn2
{
    position: absolute;
    background-color: rgb(6, 19, 95);
    cursor: pointer;
    transition: all .4s;
    border-radius: 10px;
    text-decoration: none;
    top:435px;
    left: 43%;  
    height: 30px;
    width: 100px; 
}
.btn2 a{
    text-decoration: none;
    color: white;
}
.btn2:hover{
    background-color: rgb(238, 197, 197);
    color: rgb(2, 1, 1);
}
.btn3
{
    position: absolute;
    background-color: rgb(6, 19, 95);
    cursor: pointer;
    transition: all .4s;
    border-radius: 10px;
    text-decoration: none;
    top:500px;
    left: 48%;  
    height: 35px;
    width: 105px; 
}
.btn3 a{
    text-decoration: none;
    color: white;
}
.btn3:hover{
    background-color: rgb(238, 197, 197);
    color: rgb(2, 1, 1);
}
.box1 {
    height: 100px;
    width: 100%;
    background-color: rgb(220, 179, 188);
    grid-area: b1;
  }
  
.box2 {
    height:550px;
    width:100%;
    background-color: rgb(171, 170, 246);
    grid-area: b2;
  }
  
.grid-layout {
    width: 100%;
    height: 550px;
    display: grid;
    grid-template-columns: auto auto ;
    grid-template-rows: auto auto;
    grid-template-areas:
      "b1 b1"
      "b2 b2"

  }
.box1 .title{
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 50px;
      text-align: center;
      margin: 20px;
  }
.box2 .text1{
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 30px;
      margin: 10px;
      text-align: center;
  }
.box2 .text2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    margin: 10px;
    text-align: center;
}
#features{
    background-color: rgb(145, 136, 173);
    width: 100vw;
    height:720px;
    position: relative;
    margin-top: 100px;
    font-size: 3rem;
    color: white;
}
.heading h1{
    font-family: serif;
    font-size: 50px;
    position: relative;
    top: 100px;
    margin: 10px;
    text-align: center;
}
.f1{
    position: relative;
    top: 110px;

}
.f2{
    position: relative;
    top: 135px;

}
.f3{
    position: relative;
    top: 165px;

}
.f4{
    position: relative;
    top: 195px;

}
h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      font-size: 30px;
      margin: 10px;

}
p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      font-size: 20px;
      margin: 10px;
}
#download{
    background-color: rgb(86, 79, 109);
    width: 100vw;
    height:150px;
    font-size: 3rem;
    color: white;
}
.downbtn{
    font-size: 1.2rem;
    color: rgb(196, 196, 196);
    cursor: pointer;
    width: 12em;
    height: 2.2em;
    margin: 40px;
    position: relative;
    left: 37%;
    text-decoration: none;
    transition: all .4s;
    border-radius: 10px;
}
.downbtn a{
    text-decoration: none;
    color: rgb(14, 13, 13);
    padding: 0.5rem 1.5rem;
}
.downbtn:hover{
    background-color: rgb(238, 197, 197);
    color: rgb(2, 1, 1);
}

