body{
    margin: 0;
    padding: 0;
    background-color: #001220;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
h1{
    color: #fff;
    font-size: 3rem;

}
svg{
  position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.bottom
{
   width: 100%;
   display: flex;
   justify-content: center;
   height: 20px;
}
#button{
    color: #e61515;
    border-radius: 20px;
    
}

input
{
position: absolute;
    top: 75.2%;
    width: 400px;
    height: 26px;
  
}
.image-section
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding-bottom:500px;
    
}
.image-section img
{
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1rem;
    margin-right:0.5rem ;
    border-radius: 10px;
    border: 2px solid #eeece3;
    cursor: pointer;
    margin-left: 1rem;
}

   
