* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    position: static;

}

@import url('https://fonts.googleapis.com/css2?family=PT+Mono&family=Rubik+Puddles&family=Russo+One&family=Sigmar&display=swap');
@font-face {
    font-family: marker;
    src: url(VeeWithAMarker-Regular.ttf);
}

@font-face {
    font-family: Banze;
    src: url(Grunge.ttf);
}

@font-face {
    font-family: niht;
    src: url(PermanentMarker-Regular.ttf);
}

@font-face {
    font-family: sunshine;
    src: url(Blackout\ Sunrise.ttf);
}

@font-face {
    font-family: crayon;
    src: url(CrayonHandRegular2016Demo.ttf);
}

.header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;


}


.spoon img {
    width: 30%;
    margin-left: 950px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 200px;
    font-family: Banze;
    color: snow;
    width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
    min-width: 100%;
    height: 310px;
    margin-bottom: 2%;
    margin-top: 0;


}



nav ul {

    display: flex;
    justify-content: space-evenly;




}

ul li {}

ul li a {
    display: inline-block;
    float: right;



    margin-right: 10%;
    margin-top: 60px;

}

li:hover {
    transition: all 0.5s ease-in;

    padding-left: 2%;
    padding-right: -2%;
}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}

#bus {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    color: #ffffff;
    

    font-size: 100px;

}

.header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;}

.blog-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   

}

.blog-heading span {
    color: #afaabc;
    font-size: 7rem;
    font-family: Banze;
    

}


.blog-heading h3 {
    font-size: 3rem;
    color: snow;
    font-weight: 600;
    font-family: marker;
margin-right: -28%;
}

.bug-img {
justify-content: center;
    align-items: center;
    height: auto;
    margin: 5%;
  
    position: center;
        object-position: center;
        padding-top: 3px;
            padding-bottom: 5%;
            border-radius: 25px;
}

.bug-img img {
   height: 60%;
    width: 80%;
    position: center;
    margin-left: 10%;
}

.bug-text {
   
      text-align: left;
        color: snow;
     margin-right: 10%;
     margin-left: 12%;
margin-top: -7%;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
    display: block;
    line-height: 40px;
    font-size: 40px;
    font-family: 'PT Mono', monospace;
    
    
    
    
}

.p{
    color: #7458c1;
}


/* For Tablet View */
@media screen and (min-device-width: 768px)
    and (max-device-width: 1024px) {
    .top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 150px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 310px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
width: 30%;
margin-left: 850px
}

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
    and (orientation: landscape) {
    .top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 100px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

.bug-text {
   
      text-align: left;
        color: snow;
     margin-right: 10%;
     margin-left: 12%;
margin-top: -7%;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
    display: block;
    line-height: 40px;
    font-size: 30px;
    font-family: 'PT Mono', monospace;
    
    
    
    
}


.blog-heading span {
    color: #afaabc;
    font-size: 5rem;
    font-family: Banze;
    

}


.blog-heading h3 {
    font-size: 2rem;
    color: snow;
    font-weight: 600;
    font-family: marker;
margin-right: -48%;
}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 208px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
    width: 30%;
    margin-left: 550px
}

}

/* tablets portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) { 
.top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 125px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

.blog-heading h3 {
    font-size: 3rem;
    color: snow;
    font-weight: 600;
    font-family: marker;
margin-right: -20%;
}

.bug-text {
   
      text-align: left;
        color: snow;
     margin-right: 10%;
     margin-left: 12%;
margin-top: -7%;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
    display: block;
    line-height: 40px;
    font-size: 30px;
    font-family: 'PT Mono', monospace;
    
    
    
    
}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 220px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
    width: 30%;
    margin-left: 550px;
}
}
 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
   .top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 50px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

.blog-heading span {
    color: #afaabc;
    font-size: 4rem;
    font-family: Banze;
    

}


.blog-heading h3 {
    font-size: 2rem;
    color: snow;
    font-weight: 600;
    font-family: marker;
margin-right: -28%;
}

.bug-img img {
   height: 100%;
    width: 100%;
    position: center;
    margin-left: -5%;
}

.bug-text {
   
      text-align: left;
        color: snow;
    
margin-top: -7%;
    
    padding-bottom: 6vw;
    display: block;
    line-height: 40px;
    font-size: 20px;
    font-family: 'PT Mono', monospace;
    margin-left: -6%;
    width: 120%;
    
    
}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 110px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
    width: 30%;
    margin-left: 250px;
    margin-top: -9%
} 
}


/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
    div display: block;
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        list-style: none;
        position: static;

    }

    @import url('https://fonts.googleapis.com/css2?family=PT+Mono&family=Rubik+Puddles&family=Russo+One&family=Sigmar&display=swap');

    @font-face {
        font-family: marker;
        src: url(VeeWithAMarker-Regular.ttf);
    }

    @font-face {
        font-family: Banze;
        src: url(Grunge.ttf);
    }

    @font-face {
        font-family: niht;
        src: url(PermanentMarker-Regular.ttf);
    }

    @font-face {
        font-family: sunshine;
        src: url(Blackout\ Sunrise.ttf);
    }

    @font-face {
        font-family: crayon;
        src: url(CrayonHandRegular2016Demo.ttf);
    }
}