body {
    font-family: Arial, sans-serif;
    display:grid;  
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 1000%;  
    width: 100%;
    background-image: url(background.png);
}

.container {
    position: relative;
    text-align: center;
    justify-content: center; 
    background: #36ba34;
    padding: 20px;
    width: 600px;
    height:150px;
    margin-top: 200px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container_2
{  
    position:relative;  
    text-align: left;
    background: #7247a6;
    padding: 20px;
    width: 600px;
    height: 100;
    margin-left: -2px; 
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

p {
    font-size: 20px;
}

input, text
{
    font-size: 20px;
    width: 200px;
    height: 20px;
}


li {
    font-size: 20px;
    list-style: none;
}


.nutries
{
    display: flex;
    text-align: right;
    justify-content: right;
    align-items: right;
}


.One 
{
    background-color: beige;
}

.two
{
    background-color:  gray; 
}

#search-button
{
    width: 80px;
    height: 25px;
    background-color: beige;
}