* {
    margin: 0px;
    box-sizing: border-box;
}

body{
    background-color: rgb(0, 0, 0) !important ;
}

::selection {
    background: #6f48db77;
  }

@media only screen and (max-device-width: 768px) {

   
    header{
        display: flex;
        flex-direction: rows;
        justify-content: center;
    }
    
    header input {
        display: flex;
        justify-content: center;
    }
   
    .search{
        margin-top: 10px;
        display: flex;
    }

    .search i{
        margin-left: -10px;
        outline:none;
        margin-top: 4px;
    }

    #collections{
        display: flex;
        flex-direction: column;
    }

    #image, #image, #image, #image {
        display: flex;
        justify-content: center;
    }
    
    img{
        display: flex;
        justify-content: center;
        max-width: 100%;
        max-height: 520px;
        border-radius: 15px;
    }

  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #lista{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    #lista li{
        display: flex;
        align-items: center;
        justify-content:center;
        margin-right: 30px;
    }

    #cool{
        display: flex;
    }


    header{
        display: flex;
        flex-direction: rows;
        justify-content: center;
    }
    
    header input {
        display: flex;
        justify-content: center;
    }

    .search{
        margin-top: 10px;
        display: flex;
    }

    #collections{
        display: flex;
        flex-direction: column;
    }

    #image, #image, #image, #image {
        display: flex;
        justify-content: center;
    }
    
    img{
        display: flex;                                                                                   
        border-radius: 15px;
    }

  }

  @media only screen and (min-device-width: 1024px) and (max-device-width: 1440px) {

       
    .logo{
        display: flex;
        align-content: center;
        width: 220px;
        height: 50px;   
    }

    #lista{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    #lista li{
        display: flex;
        align-items: center;
        justify-content:center;
        margin-right: 30px;
    }

    #cool{
        display: flex;
    }

    #collection{
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 20px;
        margin-top: 200px;
    }


    #collections{
        padding-top: 100px;
        display: flex;
        flex-direction: row;
    }

    
    #image, #image, #image, #image {
        display: flex;
    }
    
    img{
        display: flex;
        max-width: 220px;
        max-height: 380px;
        border-radius: 5px;
    }

    
  }

  @media only screen and (min-device-width: 1440px) {
    
    .logo{
        width: 220px;
        height: 50px;   
    }

    #lista{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    #lista li{
        display: flex;
        align-items: center;
        justify-content:center;
        margin-right: 30px;
    }

    #cool{
        display: flex;
    }

    #collection{
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 20px;
        margin-top: 200px;
    }

    #collection:hover{
        cursor: pointer;
        scale: 1.2;
    }
    
    #collections{
        padding-top: 100px;
        display: flex;
        flex-direction: row;
    }

    
    #image, #image, #image, #image {
        display: flex;
    }
    
    img{
        display: flex;
        width: 390px;
        height: 500px;
        border-radius: 5px;
    }

  }

  input.form-control:focus {
    border-color: #ebee27;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.185) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}

#lol{
    display: flex;
    flex-direction: column;
}

#title{
    display: flex;
    justify-content: center;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
}


.app_wrap{
    padding: 90px 30px 0px 30px;
    min-height: 100vh;
}

header input {
    transition: 0.2s;
    padding-left: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.726) ;
    height: 40px;
    width: 450px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
}

header input:focus {
    transition: 0.2s;
    border-width: 1px;
    border-style: solid;
    border-color:#6f48db;
    outline: none;
}

.search{
    color: rgba(31, 34, 30, 0.794);
    position: relative;
    margin-left: -40px;
    background-color: rgba(255, 0, 0, 0);
    border:rgba(255, 6, 6, 0);
    font-size: 18px;
    cursor: pointer;
}

#collections{
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
}

img{
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.search i {
    outline:none;
}


