html,body{width:100%;height:100%;margin:0;padding:0;background-color: rgb(254, 251, 248);}


header {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(255, 0, 0);
    text-align: center;
    padding: 10px 0; /* Increase the top and bottom padding for more spacing */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

header h1 {
    font-size: 24px; /* Adjust the font size as needed */
    margin: 0px; /* Add some space below the title */
}

#get {
    width: 100%;
    display: flex;
    margin-bottom: 10;
}

#data {
    font-size: large;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 50;
    width: 90%;
    height: 50px;
    margin-bottom: 10;
    border: 1px solid #fe2741;
    border-radius: 6px 0px 0px 6px;
}
#btn {
    right: 0;
    position: relative;
    width: 10%;
    min-width: 80px;
    height: 50px;
    margin: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10;
    background-color: #fe2741;
    border: 1px solid #fe2741;
    border-radius: 0 6px 6px 0;
    color: white;
    font-size: large;
}

#main {
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: auto;
}

#info {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 0;
}

#result {
    text-align: left;
}

#pic {
    width: 100%;
    display: flex;
    flex-flow: wrap ;

}

img {
    width: 120px;
    height: auto;
    margin: 5px;
    border: 1px solid black;
    border-radius: 10px;
}