@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
}
#header {
    text-align: center;
}
#questionpic {
    width: 90vw;
    height: 50vh; 
    border: 1px black solid;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(192, 0, 163, 0.185)
}
.buttons {
    width: 40vw;
    height: 10vh;
    margin-top: 2vh;
    font-family: "Inter", Arial;
    display: block;
}
#answers1 {
    width: 40vw;
    height: 30vh;
    float: left;
    margin-left: 6vw;
}
#answers2 {
    margin-left: 10vw;
    width: 40vw;
    height: 30vh;
    float: left;
}