body {
    background-color: black;

}


#main {
    justify-content: space-evenly;
    display: flex;
    margin: 50px;

}

.rock img {
    height: 220px;
    width: 200px;

}

.paper img {
    height: 220px;
    width: 200px;

}

.scissor img {
    height: 220px;
    width: 200px;

}

.rock {
    border: 4px solid rgb(49, 45, 45);
    border-radius: 8px;
    height: 220px;
    width: 200px;
}

.paper {
    border: 4px solid rgb(51, 47, 47);
    border-radius: 8px;
    height: 220px;
    width: 200px;
}



#container h1 {
    color: whitesmoke;
    text-align: center;
    text-decoration: underline;
}

#btn1 {
    margin: 10px 60px;
    padding: 5px 8px;
    display: none;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    justify-content: center;
}

#btn2 {
    margin: 10px 60px;
    display: none;
    padding: 5px 8px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    justify-content: center;
}

#btn3 {
    margin: 10px 55px;
    padding: 5px 8px;
    display: none;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    justify-content: center;
}

p {
    color: aliceblue;
}

.scissor {
    border: 4px solid rgb(53, 43, 43);
    border-radius: 8px;
    height: 220px;
    width: 200px;
}

#Entergame {
    font-size: 19px;
    margin-top: 55px;
    font-size: 19px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin-left: 470px;
    font-weight: bold;
    padding: 4px 8px;

}

#playagain {
    font-size: 19px;
    margin: 10px 280px;
    font-size: 19px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    padding: 4px 8px;
}

#outputtext {
    text-align: center;
    margin-top: 22px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
  
    color: whitesmoke;

}
#newmessage{
    display: none;
    text-align: center;
    margin-top: 23px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;
    color: whitesmoke;

}

p {
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin-top: 70px;

}

/* #coutput {
    padding-left: 220px;
    border: 2px solid black;


} */
#output {
   margin-left: 250px;

}

#uoutput {
    padding-left: 500px;

}