@import url('https://fonts.googleapis.com/css2?family=Butcherman&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #d1d3e9;
}

.store-item {
    width: 600px;
    height: 600px;
    border: 2px solid rgb(105 6 6 / 29%);

    
}

.main-2 {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-self: center;
    float: center;
    background-image: url('https://cdn-icons-png.flaticon.com/512/1828/1828925.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 52px 34px;
    top: 2em;
    position: relative;
}

.store-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}

input {
    padding: 10px;
    font-size: 16px;
    /* width: 200px; */
    font-family: "Butcherman", serif;
  /* font-weight: 200; */
  font-style: normal;
}

button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: blue;
    color: white;
    border: none;
    border-radius: 60px;
    margin: 4px;
    padding: 12px;
}

.red-btn {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(67, 94, 89);
    color: rgb(212, 33, 33);
    border: none;
}

.store-item video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
nav img {
    height: 60px;
   
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
p{
    font-family: "Butcherman", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 24px;
    
}
code{
    font-size: 30px;
    color: rgb(139, 226, 58);
}
@media (max-width: 768px) {
    body {
         background-color: #d1d3e9;
    }
    
    .store-item {
        width: 360px;
        height: 500px;
        border: 2px solid rgba(104, 36, 36, 0.226);
    }
    
    .main-2 {
        display: grid;
        justify-content: center;
        align-items: center;
        justify-self: center;
        float: center;
        background-image: url('https://cdn-icons-png.flaticon.com/512/1828/1828925.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 52px 34px;
    }
    
    .store-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    input {
        padding: 10px;
        font-size: 16px;
        /* width: 200px; */
        font-family: "Butcherman", serif;
  font-weight: 400;
  font-style: normal;
    }
    
    button {
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
        background-color: blue;
        color: white;
        border: none;
    }
    
    .red-btn {
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
        background-color: rgb(67, 94, 89);
        color: rgb(212, 33, 33);
        border: none;
    }
    
    .store-item video{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    nav img {
        height: 60px;
       
    }
    nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    p{
        font-family: "Butcherman", serif;
        /* font-weight: 400; */
        font-style: normal;
        font-size: 12px;
        
    }
    code{
        font-size: 18px;
        color: rgb(139, 226, 58); 
    }
}
footer a {
    background-color: #5225bb;
    color: #fce4de;
    position: fixed;
    padding: 12px;
    bottom: 10px;
    right: 20px;
    border: 2px solid #651b1b;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 1.1;
    text-decoration: none;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

footer a:hover {
    height: 50px;
    width: 120px;
    border-radius: 25px;
    background-color: #13870c;
    padding: 10px 20px;
}

.main-2 p {
    font-size: 12px;
    position: relative;
    float: bottom;
     font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
     display: block;
     justify-content: center;
     align-items: center;
     display: flex;
     bottom: -160px;

}
h2{
    font-size: 24px;
    justify-content :space-between;
    display: flex;
}
img {
   cursor: pointer;
    user-drag: none; /* For Safari */
    user-select: none; /* Prevents text selection */
    -webkit-user-drag: none; /* For WebKit browsers */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  