div {
    padding: 10px;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

/* .right .flex-container{
    align-items: center;
} */

.left {
    width: 30%;
    background-color: antiquewhite;
}

.right {
    width: 70%;
    background-color: lightgrey;
}

.video-container {
    height: 600px;
}

img {
    width: 30%;
}

.btn-rps,
.btn-rps-other,
#result {
    font-size: xx-large;
}

#result {
    padding: 0;
    text-align: center;
}

.rps-form {
    width: 30%;
}

.result-text-container {
    width: 30%;
    background-color:lightblue;
    height: min-content;
    align-items: center;
}

#result-text {
    color: red;
}