*{
    text-decoration: none;
    color: white;
}

body{
    background-color: #424242;
}
h1{
    text-align: center;
    color: white;
}

.entrees,.images{
    width: 400px;
    max-width: 100%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 1px solid white;
    border-radius: 50px;

}

input{
    background-color: #424242;
    border: white 2px solid;
    border-radius: 50px;
    padding: 5px;
    color: white;
}

input,img{
    margin: 10px;
}

p{
    margin: auto;
    width: 400px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50px;

}
a{
    margin: auto;
    text-align: center;
    border: 2px solid white;
    border-radius: 2px;
    color: white;
}
span{
    color: red;
}