#homeitem
{
    background-color: red;
    border: none;
    color: white;
}
#menuothers
{
    color: white;
    border: none;
    background-color: black;border-radius:10px;
}
#menuothers:hover{
    color: whitesmoke;
    background-color: rgb(245, 95, 95);border-radius:10px;
}
/*
#imagetwo , #imageone{
    width: 100%;
    height: auto;
    float: left;
} */
 #imageonewrapper img, #imagetwowrapper img {
    width: 100%;
    height: auto;
    border: solid;
    border-width: 1px;
    border-color: rgb(247, 157, 157);
 }
 #imageonewrapper p, #imagetwowrapper p {
    width: 100%;
    height: auto;
    padding: 7px;
    text-align: center;
    background-color: rgb(245, 101, 101);
    color: white;
    cursor: pointer;
 }

#pone:hover , #ptwo:hover{
    background-color: rgb(250, 2, 2);
    color: rgb(247, 245, 245);
    border: solid;
    border-width: 1px;
    font-weight: bolder;
}

input{
    padding: 5px;
    border-radius: 7px;
    border: solid;
    border-width: 1px;
    border-color: rgb(189, 186, 186);
}
input::placeholder{
    text-align: right;
}
