.nav{
    background-color: rgb(247, 99, 99);
    height: 80px;
}

.bname{
    font-family: "Orbitron", sans-serif;
}

.banner{
    background: linear-gradient(to right, rgb(247, 143, 143),rgb(255, 222, 222),rgb(246, 189, 189),rgb(245, 130, 130));
}
.h2{
    font-family: "Saira Stencil One", sans-serif;
}

.h1{
    font-family: "Nova Square", sans-serif;
}

.h4{
    font-family: "Sirin Stencil", sans-serif;
}

.buts,.fs-6{
    font-family: "Winky Sans", sans-serif;
}

a{
    text-decoration: none;
    user-select: none;
}

.links{
    width:30px;
    user-select: none;
}

.b1{
    top:25%;
    right:20%;
}


.b2{
    top:5%;
    left:10%;
    width:80px; 
}

.b3{
    bottom:10%;
    left:9%;
    
}

.b4{
    bottom:10%;
    right:10%;
}

.but{
    background-color: rgb(204, 147, 147);
    border:none;
}
.but:hover   {
    background-color: rgb(236, 148, 148);
    border: none;

}
.but:active{
    background-color: rgb(208, 157, 157);
    border: none;

}
.android{
    width: 30px;
}

.brand{
    font-family: "Audiowide", sans-serif;
}

.fs-5,.fs-4{
    font-family: "Winky Sans", sans-serif;
}