body{margin: 0px;
}

.content{

}

.weather-report 
{   
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

#weather{
    display: flex;
    justify-content: left;
    width: 100%;
    margin-bottom: 20px;
}

#item_waku{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 230px;
}



ul#Items
{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: scroll;
}

ul#Items::-webkit-scrollbar{
    display: none;
}

#Items li#Item{
    list-style: none;
    width: 230px;
    height: 230px;
    margin: 0px 10px;
    background-color: #eee;
}
#Items li#Item a{   
    color: black;
    text-decoration: none;
    background-color: #eee;
}

#Items .itemName{
    background-color: #eee;
    overflow: hidden;
    width: 230px;
    height: 20px;
    text-decoration: none;
}

.img_waku{
    display: flex;
    flex-direction: row;
    background-color: #eee;
}

.img_waku img{
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.img_waku p{
    margin: 5px;
}

#nasaitem_waku{
    height: 300px;
}

#hotpepperItems{
    display: flex;
    flex-wrap: row;
}

#nasa_mozi{
    width: 65%;
}

#nasa_image_waku{
    width: 300px;
    height: 300px;
    background-color: #eee;
}

#nasa_image{
    width: 100%;
}
