@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("page5.jpg");
    background-size: cover;  
    width: 414px;
    height: 276px;
    margin: 0px auto;
    position: relative;
}

h1 {
    font-family: 'GFS Didot';
    color: black;
    position: absolute;
    font-size: 16px; 
    top: 94px;
    left: 253px;
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 9px; 
    width: 180px;
    top: 126px;
    left: 230px;  	
}

h3 {
    position: absolute;
    font-size: 7px; 
    top: 153px;
    left: 240px;  	
}

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

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

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

/* Media Query */

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 20px; 
    top: 108px;
    left: 286px;
}
    
h2 {
    font-size: 11px; 
    width: 220px;
    top: 146px;
    left: 260px;    
    }
    
h3 {
    font-size: 8px; 
    top: 178px;
    left: 280px;               
    }    

.back {
    font-size: 14px; 
    top: 254px;
    left: 80px;    
}  
  
}


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

h1 {
    font-size: 28px; 
    top: 146px;
    left: 400px;
}
    
h2 {
    font-size: 14px; 
    width: 300px;
    top: 200px;
    left: 358px;    
    }
    
h3 {
    font-size: 10px; 
    top: 244px;
    left: 390px;               
    }    

.back {
    font-size: 16px; 
    top: 360px;
    left: 114px;    
}     
    
} 

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

h1 {
    font-size: 32px; 
    top: 172px;
    left: 460px;
}
    
h2 {
    font-size: 16px; 
    width: 340px;
    top: 234px;
    left: 420px;    
    }
    
h3 {
    font-size: 12px; 
    top: 284px;
    left: 450px;               
    }    

.back {
    font-size: 22px; 
    top: 410px;
    left: 120px;    
}       
    
}

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

h1 {
    font-size: 40px; 
    top: 224px;
    left: 600px;
}
    
h2 {
    font-size: 20px; 
    width: 370px;
    top: 304px;
    left: 580px;    
    }
    
h3 {
    font-size: 14px; 
    top: 370px;
    left: 610px;               
    }    

.back {
    font-size: 30px; 
    top: 520px;
    left: 140px;    
}      
     
}

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

h1 {
    font-size: 52px; 
    top: 266px;
    left: 710px;
}
    
h2 {
    font-size: 26px; 
    width: 560px;        
    top: 370px;
    left: 650px;    
    }
    
h3 {
    font-size: 18px; 
    top: 450px;
    left: 720px;               
    }    

.back {
    font-size: 34px; 
    top: 660px;
    left: 200px;    
}    
    
}

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

h1 {
    font-size: 66px; 
    top: 332px;
    left: 890px;
}
    
h2 {
    font-size: 32px; 
    width: 590px;    
    top: 460px;
    left: 850px;    
    }
    
h3 {
    font-size: 22px; 
    top: 564px;
    left: 900px;               
    }    

.back {
    font-size: 36px; 
    top: 850px;
    left: 200px;    
}
	
        
}

