body {
        
        margin: 0;
        background-image: linear-gradient(to bottom, #0142f3 , #80c6c9); 
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-family: Tahoma, sans-serif;
        margin: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        
        

    }
.rush img{
    width: 250px;
    float: left;
    border-radius: 50%;
    

}
.dave ul{
    text-align: start;
    font-weight: bold;

}
.squid p{
    border: 2px solid;
    background-color: rgb(0, 0, 0);
    color: aliceblue;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 4px 4px 12px rgb(3, 3, 3);
    
 
}
.party img{
    width: 350px;

}

  
  
 
.tap img{
    width: 300px;
    height: 250px;
}
.tap{
    background-color: #000;
    width: 300px;
    height: 350px; 
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 4px 3px 12px rgb(5, 5, 5);
}
.tap button{
    position: absolute;
    bottom: 10px;
    left: 100px;
    width: 100px;
    height: 30px;
    font-size: 20px;
    font-variant: small-caps;
    background-color: #000;
    color: antiquewhite;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    
    
}
.tap p{
    display: flex;
    padding: 5px;
    bottom: 50px;
    position: absolute;
    font-variant: small-caps;
    color: white;
}
#html{
    display: flex;
    position: absolute;
    left: 80px;
    bottom: 60px;
    
}

#css{
    display: flex;
    position: absolute;
    left: 110px;
    bottom:75px ;
}
.link{
    text-decoration: none;
    color: azure;
}
.shop h2{
    font-variant: small-caps;
}




.shop input{
    width: 300px;
    height: 25px;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid gray;
    
}
.shop input:focus{
  border: 2px solid black;
}
.fin{
    width: 300px;
    height: 40px;
    border-radius: 10px;
    background-color: #000;
    border: 2px solid;
    color: #fdfbfb;
    box-shadow: 2px 4px 8px;
}
.open input{
    width: 300px;
    height: 100px;
    display: flex;
    align-items: flex-start;
    padding-top: 0%;
    overflow: scroll;
}
.open input::placeholder{
    vertical-align: top;
    padding-top: 0%;
    margin-top: 0%;
}
.fin:hover{
    width: 310px;
    height: 43px;
}
.bot1{
    border: 1px solid rgb(243, 243, 255);
    width: 100%;

}


#grand{
    position: absolute;
    left: 280px;
    
}
footer{
    height: 50px;
    margin: 0px;
    padding: 0%;
    width: 100%;
   
}