@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'GFS Didot';
    src: url('GFSDidot-Regular.woff2') format('woff2'),
        url('GFSDidot-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('Univers-Bold.woff2') format('woff2'),
        url('Univers-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url('Univers-BoldCondensed.woff2') format('woff2'),
        url('Univers-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Mobile First Small devices (phones, 414px and up) */


body {
    background: black;
    font-family: 'Univers';
    color: white;
}

.frame {
    background: url("page9.jpg");
    background-size: cover;  
    width: 414px;
    height: 276px;
    margin: 0px auto;
    position: relative;
}

h1 {
    font-family: 'GFS Didot';
    color: black;
    font-size: 8px; 
    position: absolute;
    top: 107px;
    left: 234px;
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 7px; 
    width: 100px;    
    top: 134px;
    left: 274px; 	
}

h3 {
    position: absolute;
    font-size: 6px; 
    top: 154px;
    left: 254px;  	
}

a { 
    color: black;
  -webkit-transition: .3s;
  transition: .3s;  	
}

a:hover {
transform: scale(1.3);
	
}

.back {
    font-family: 'GFS Didot';
    position: absolute;
    font-size: 12px; 
	top: 248px;
    left: 348px;   
}

/* Media Query */
      
/* Small devices (phones, 480px and up) */
@media screen and (min-width: 480px){

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 10px; 
    top: 122px;
    left: 266px;
}
    
h2 {
    font-size: 9px; 
    width: 150px;    
    top: 154px;
    left: 294px;    
    }
    
h3 {
    font-size: 7px; 
    top: 180px;
    left: 290px;               
    }    

.back {
    font-size: 16px; 
    top: 286px;
    left: 392px;    
}  
  
}


/* Small devices (tablets, 660px and up) */
@media screen and (min-width: 660px){
             
.frame {
    width: 660px;
    height: 440px;
}     

h1 {
    font-size: 14px; 
    top: 170px;
    left: 364px;
}
    
h2 {
    font-size: 12px; 
    width: 200px;    
    top: 214px;
    left: 410px;    
    }
    
h3 {
    font-size: 8px; 
    top: 250px;
    left: 420px;               
    }    

.back {
    font-size: 22px; 
    top: 396px;
    left: 542px;    
}     
    
} 

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   
.frame {
    width: 768px;
    height: 512px;
}  

h1 {
    font-size: 16px; 
    top: 198px;
    left: 426px;
}
    
h2 {
    font-size: 14px; 
    width: 200px;    
    top: 250px;
    left: 490px;    
    }
    
h3 {
    font-size: 10px; 
    top: 290px;
    left: 480px;               
    }    

.back {
    font-size: 26px; 
    top: 460px;
    left: 632px;    
}      
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
       
.frame {
    width: 992px;
    height: 661px;
}     

h1 {
    font-size: 20px; 
    top: 256px;
    left: 556px;
}
    
h2 {
    font-size: 18px; 
    width: 300px;    
    top: 318px;
    left: 610px;    
    }
    
h3 {
    font-size: 12px; 
    top: 370px;
    left: 630px;               
    }    

.back {
    font-size: 32px; 
    top: 590px;
    left: 820px;    
}      
     
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
            
.frame {
    width: 1200px;
    height: 800px;
}      

h1 {
    font-size: 26px; 
    top: 308px;
    left: 656px;
}
    
h2 {
    font-size: 22px; 
    width: 350px;    
    top: 388px;
    left: 750px;    
    }
    
h3 {
    font-size: 14px; 
    top: 454px;
    left: 770px;               
    }    

.back {
    font-size: 36px; 
    top: 714px;
    left: 990px;    
}  
    
}

/* Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
	
.frame {
    width: 1500px;
    height: 1000px;
}

h1 {
    font-size: 32px; 
    top: 384px;
    left: 824px;
}
    
h2 {
    font-size: 24px; 
    width: 400px;    
    top: 490px;
    left: 950px;    
    }
    
h3 {
    font-size: 16px; 
    top: 564px;
    left: 970px;               
    }    

.back {
    font-size: 40px; 
    top: 896px;
    left: 1250px;    
}
	
        
}

