

body {
    	background-color: white;
        color: black;
        font-family: Times New Roman;
        font-size:16px;
        }
    .headbar {
    	font-size:10px;
        }
    .question {
    	background-color: white;
        color: black;
        font-family: Times New Roman;
        font-size:20px;
        display: flex;
     	flex-direction: column;
        position: absolute;
        justify-content: center;
  		align-items: center;
        left: 0px;
        right: 0px;
        bottom: 300px;
        width: 400px;
        max-width: 100vw;
        margin-inline: auto;
        }
    .button {
  		background-color: transparent;
        border-radius: 1px;
        border: none;
        color: black;
        font-family: Times New Roman;
        padding: 22px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        }
     .answer {
        display: flex;
     	flex-direction: row;
        position: absolute;
        justify-content: center;
  		align-items: center;
        left: 0px;
        right: 0px;
        bottom: 150px;
        width: 12rem;
        max-width: 100vw;
        margin-inline: auto;
  		
		}