@font-face {
    font-display: swap;
    font-family: 'HVD';
    src: url(../fonts/HVDComicSerifPro.woff2) format('woff2'),url(../fonts/HVDComicSerifPro.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -moz-box-sizing: inherit
}

* {
    max-height: 1000000px;
    outline: 0
}

h1,h2,h3,h4,h5,h6,p {
    font-size: inherit;
    font-weight: 400;
    margin: 0
}

button {
    cursor: pointer
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border-style: none
}

a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    color: inherit
}



body {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    font-family: HVD;
    color: #fff;  
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 320px;
    overflow-x: hidden;   
}

.header {
    margin: 2vh auto;
    width: 100%;
}
.header__title{
	color:black;
	font-size: 40px;
	font-size: 5vh;
	text-align: center;
}
.page {
    width: 100%;  
    height: auto;
    margin:0 auto;
    text-align: center;
    position:relative;
}
.page__wrap{
     max-width: 370px;
    width: 95%;
    margin:0 auto;
}
.question{
	
	background-color: white;
	border:5px solid black;
	 padding-bottom: 2vh;
    margin-bottom: 4vh;

}
.question__wrap{
  display: flex;
  align-items: center;

}
.question__number{
  margin-right: 10px;
	font-size: 85px;	
    font-size: 8vh;    

}
.question__text{
	  font-family: Tahoma, Geneva, sans-serif;
	   font-weight:600;    
      font-size: 16px;
       font-size: 2vh;
	color:black;
  text-align: left;   
}
.question__img{
/*  width: 250px;*/
  height: 20vh;
 /*  width: 20vh;*/
}
.answers{
	/*margin-top: 5vh;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 40vh;
  margin:0 auto;
}
.answer{
	margin:0 auto;
	height: 75px;
  width: 75px;
  height: 13vh;
   width: 13vh;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:1vh 3vh ;
  cursor: pointer;
}
.footer {
    width: 100%;
     text-align: center;
     position: absolute;
     bottom: 3vh;
}

.footer__link{
    color:#fff;
    font-size:30px;
    font-size: 4vh;   
    border:3px solid black;
    padding:5px 15px;
    background-color:#2f2f2f;  
   
}

.right{
    outline: 5px solid #13ce00; 
    outline-offset: -5px; 
}
.wrong{  
    outline: 5px solid red; 
    outline-offset: -5px; 
}


@media (orientation:landscape) and (max-height:500px) {
.page__wrap{
     max-width: 470px;
    width: 95%;
    margin:0 auto;
}
.question{ 
 
    margin-bottom: 0vh;

}
.question__number{  
    font-size: 7vw;
}
.question__text{    
      font-size: 14px;
}
/*.question__img{
  width: 25vw;
}*/
.question__img{
  height: 25vh;
}
.answers{
  width: 100%;
}
.answer{  
   /* height: 10vw;*/
     height: 15vh;
       width: 15vh;
    margin:2vh auto;
}

.footer__link{   
   /* font-size: 3vw;  */
}
}
@media (min-width: 659px)and (min-height:655px) {

.header__title{	
	font-size: 60px;
	font-size: 5vh;	
}
.page {
	 margin-top: 5vh;   
}
.page__wrap{
     max-width: 600px;    
    width: 95%;
    margin:0 auto;
}
.question{  
    margin-bottom: 0vh;
}
.question__img{
 /* width: 345px;
  width: 34vh;*/
  height: 25vh;
}
.answers{
  width: 90%;
}
.answer{
  height: 135px;
  width: 135px;
 /* height: 12vh;
  margin: 20px;*/
}

.footer {  
     bottom: 3vh;
}
.footer__link{  
    font-size: 4.3vh;     
}

}
@media screen and (min-width: 1440px) {

    .header__title{	
	font-size: 60px;	
}
}




