*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-image: url(m.avif);
}
.side-sapce{
    padding-left: 200px;
    padding-right: 200px;

}
.sub-header{
       width: 100%;
       height: 100px;
       background-color: aquamarine;
       justify-content: center;
       align-items: center;
       
}
h2{
    position: fixed;
    top: 10px;
    right: 300px;
}
button{
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    background-color: gold;
    color: white;
}
button:hover{
    background-color: aliceblue;
    color: black;
}
.side-sapce{
    padding-left: 200px;
    padding-right: 200px;


}
.header{
    width: 100%;
    height: 100px;
    background-color: blanchedalmond;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
   
}
.navbar ul{
    display: flex;
    gap: 20px;
}
.navbar ul{
    list-style: none;
}
.navbar ul li{
    text-decoration: none;
    color: black;
    padding: 10px;
}
input{
    width: 100px;
    height: 25px;
}
.btn{
    width: 200px;
    height: 30px;
    border: 2px solid black;
    border-radius: 10px;
    text-align: center;
    background-color: greenyellow;
    position: fixed;
    margin-left: 600px;
    margin-top: 200px;
    color: white;
}
h3{
    font-size: 60px;
    position: fixed;
    margin-left: 600px;
    margin-top: 250px;
    color: white;
}
p{
    position: fixed;
    margin-left: 600px;
    margin-top: 400px;
    color: white;

}
.btn1{
    position: fixed;
    margin-left: 600px;
    margin-top: 500px;
    border: 2px solid black;
    width: 100px;
    height: 30px;
    text-align: center;
    color: white;
}
.btn2{
    
    position: fixed;
    margin-left: 800px;
    margin-top: 500px;
    border: 2px solid black;
    width: 100px;
    height: 30px;
    text-align: center;
    background-color: darkgreen;
    color: white;
}
