@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 Condensed';
    color: white;
}

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

h1 {
    font-family: 'GFS Didot';
    color: black;
    text-align: center;
    font-size: 10px;
    line-height: 9px;
    position: absolute;
    top: 57px;
    left: 280px;
}

h2 {
    font-size: 8px; 
}

p {
    font-size: 6px;   	
}

.text {
    text-align: center;    
    position: absolute;
    top: 94px;
    left: 270px;
    width: 130px;
    line-height: 7px;
}

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: 232px;
    left: 310px;   
}

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 13px; 
    line-height: 12px;
    top: 64px;
    left: 317px;
}

h2 {
    font-size: 11px; 
    line-height: 10px;
    
}

p {
    font-size: 10px;
}
    
.text {
    text-align: center;    
    position: absolute;
    top: 102px;
    left: 302px;
    width: 170px;
}  
    
.back {
    font-size: 14px; 
    top: 272px;
    left: 360px;    
}  
  
}


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

h1 {
    font-size: 18px; 
    line-height: 16px;
    top: 88px;
    left: 440px;
}

h2 {
    font-size: 14px; 
    line-height: 13px;
    
}

p {
    font-size: 11px;
}
    
.text {
    text-align: center;    
    position: absolute;
    top: 144px;
    left: 417px;
    width: 230px;
}    

.back {
    font-size: 20px; 
    top: 370px;
    left: 490px;    
}       
    
} 

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

h1 {
    font-size: 22px; 
    line-height: 20px;
    top: 101px;
    left: 504px;
}

h2 {
    font-size: 17px; 
    line-height: 16px;
    
}

p {
    font-size: 14px;
}
    
.text {
    text-align: center;    
    position: absolute;
    top: 164px;
    left: 482px;
    width: 280px;
}   

.back {
    font-size: 22px; 
    top: 440px;
    left: 580px;    
}       
    
}

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

h1 {
    font-size: 26px; 
    line-height: 24px;
    top: 134px;
    left: 664px;
}

h2 {
    font-size: 20px; 
    line-height: 18px;
    
}

p {
    font-size: 16px;
}
    
.text {
    text-align: center;    
    position: absolute;
    top: 220px;
    left: 620px;
    width: 370px;
} 

.back {
    font-size: 26px; 
    top: 560px;
    left: 740px;    
}      
     
}

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

h1 {
    font-size: 28px; 
    line-height: 24px;
    top: 170px;
    left: 820px;
}

h2 {
    font-size: 22px; 
    line-height: 20px;
    
}

p {
    font-size: 18px;
}
    
.text {
    text-align: center;    
    position: absolute;
    top: 276px;
    left: 770px;
    width: 400px;
}    
    
.back {
    font-size: 30px; 
    top: 680px;
    left: 900px;    
} 
    
}

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

h1 {
    font-size: 38px; 
    line-height: 40px;
    top: 200px;
    left: 1000px;
}

h2 {
    font-size: 28px; 
    line-height: 26px;
    
}

p {
    font-size: 22px;
}

.text {
    text-align: center;    
    position: absolute;
    top: 350px;
    left: 930px;
    width: 570px;
}
   
.back {
    font-size: 40px; 
    top: 850px;
    left: 1130px;    
}
	
        
}

