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

h1 {
    font-family: 'GFS Didot';
    color: black;
    text-align: center;
    letter-spacing: 1px;    
    font-size: 6px; 
    position: absolute;
    top: 70px;
    left: 18px;
}

h2 {
    position: absolute;
    text-align: center;
    letter-spacing: 2px; 
    line-height: 8px;     
    font-size: 7px; 
    width: 150px;    
    top: 90px;
    left: 26px;  
}

h3 {
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    font-size: 6px; 
    top: 115px;
    left: 30px;  	
}

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

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

.back {
    font-family: 'GFS Didot';
    font-size: 10px; 
    position: absolute;
    top: 190px;
    left: 314px;    
}
             

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 8px; 
    top: 79px;
    left: 14px;
}
       
h2 {
    letter-spacing: 2px; 
    line-height: 8px;    
    font-size: 8px; 
    width: 170px;    
    top: 104px;
    left: 35px;    
    }
  
h3 {
    font-size: 7px; 
    top: 133px;
    left: 40px;    
    }      
    
.back {
    font-size: 12px; 
    top: 220px;
    left: 364px;    
}    
  
}


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

h1 {
    font-size: 10px; 
    top: 110px;
    left: 22px;
}
       
h2 {
    letter-spacing: 2px; 
    line-height: 16px;    
    font-size: 12px; 
    width: 220px;    
    top: 140px;
    left: 50px;    
    }
  
h3 {
    font-size: 10px; 
    top: 190px;
    left: 64px;    
    }      
    
.back {
    font-size: 16px; 
    top: 300px;
    left: 500px;    
}    
    
} 

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

h1 {
    font-size: 12px; 
    top: 128px;
    left: 26px;
}
       
h2 {
    letter-spacing: 2px; 
    line-height: 16px;    
    font-size: 16px; 
    width: 250px;    
    top: 160px;
    left: 60px;    
    }
  
h3 {
    font-size: 13px; 
    top: 214px;
    left: 68px;    
    }      
    
.back {
    font-size: 20px; 
    top: 350px;
    left: 580px;    
}     
    
    
}

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

h1 {
    font-size: 17px; 
    top: 162px;
    left: 28px;
}
       
h2 {
    letter-spacing: 2px; 
    line-height: 22px;    
    font-size: 20px; 
    width: 300px;    
    top: 210px;
    left: 90px;    
    }
  
h3 {
    font-size: 14px; 
    top: 280px;
    left: 110px;    
    }      
    
.back {
    font-size: 22px; 
    top: 460px;
    left: 760px;    
}      
     
}

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

h1 {
    font-size: 21px; 
    top: 198px;
    left: 38px;    
}
       
h2 {
    font-size: 20px; 
    width: 420px;    
    top: 270px;
    left: 80px;    
    }
  
h3 {
    font-size: 16px; 
    top: 330px;
    left: 150px;    
    }      
    
.back {
    font-size: 32px; 
    top: 550px;
    left: 910px;    
}
    
}

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

h1 {
    font-size: 28px; 
    top: 244px;
    left: 36px;    
}
       
h2 {
    font-size: 30px; 
    width: 430px;    
    top: 320px;
    left: 142px; 
    line-height: 30px;
    }
  
h3 {
    font-size: 22px; 
    top: 420px;
    left: 170px;    
    }      
    
.back {
    font-size: 36px; 
    top: 720px;
    left: 1150px;    
}
	
        
}

