html{
font-family:times new roman;
text-align: center;
color: red;
background-color: blue;
    }
    #images1 {
        height: 40px;
        width: 40px;
        float: left;
        padding-left: 560px;
        position: sticky;
    }
    #images2 {
        height: 40px;
        width: 40px;
        float: right;
        padding-right: 560px;
        position: sticky;
    }
    p {
        font-family: times new roman;
        text-align: center;
    }
    h1 {
        font-family: arial;
        text-align: center;
    }
    .button {
        text-align: center;
        display: inline-block;
        border-radius: 8px;
    }
    .button:hover {
        background-color: pink;
    }
    p#select {
        font-family: times new roman;
        text-align: center;
    }
    p#choices {
        font-family: times new roman;
        text-align: center;
        color: pink;
    }
    p#pScore {
        font-family: times new roman;
        text-align: center;
    }
