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

h1 {
    font-family: 'GFS Didot';
    color: black;
    font-size: 13px; 
    position: absolute;
    top: 68px;
    left: 242px;
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 9px; 
    width: 130px;    
    top: 98px;
    left: 244px;  	
}

h3 {
    position: absolute;
    font-size: 7px; 
    top: 136px;
    left: 270px;  	
}

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

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

.back {
    font-family: 'GFS Didot';
    position: absolute;
    font-size: 14px; 
    top: 240px;
    left: 342px;   
}



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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 18px; 
    top: 75px;
    left: 262px;
}
    
h2 {
    font-size: 10px; 
    width: 160px;    
    top: 114px;
    left: 280px;    
    }
    
h3 {
    font-size: 8px; 
    top: 156px;
    left: 310px;               
    }    

.back {
    font-size: 16px; 
    top: 280px;
    left: 396px;    
}  
  
}


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

h1 {
    font-size: 22px; 
    top: 106px;
    left: 376px;
}
    
h2 {
    font-size: 12px; 
    width: 200px;    
    top: 160px;
    left: 394px;    
    }
    
h3 {
    font-size: 10px; 
    top: 210px;
    left: 430px;               
    }    

.back {
    font-size: 20px; 
    top: 390px;
    left: 540px;    
}       
    
} 

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

h1 {
    font-size: 24px; 
    top: 126px;
    left: 450px;
}
    
h2 {
    font-size: 14px; 
    width: 270px;    
    top: 190px;
    left: 440px;    
    }
    
h3 {
    font-size: 11px; 
    top: 250px;
    left: 500px;               
    }    

.back {
    font-size: 30px; 
    top: 460px;
    left: 614px;    
}   
    
}

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

h1 {
    font-size: 32px; 
    top: 162px;
    left: 574px;
}
    
h2 {
    font-size: 16px; 
    width: 400px;    
    top: 250px;
    left: 544px;    
    }
    
h3 {
    font-size: 14px; 
    top: 300px;
    left: 660px;               
    }    

.back {
    font-size: 34px; 
    top: 592px;
    left: 790px;    
}    
     
}

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

h1 {
    font-size: 34px; 
    top: 202px;
    left: 720px;
}
    
h2 {
    font-size: 20px; 
    width: 450px;    
    top: 300px;
    left: 674px;    
    }
    
h3 {
    font-size: 16px; 
    top: 380px;
    left: 810px;               
    }    

.back {
    font-size: 38px; 
    top: 706px;
    left: 980px;    
}
    
}

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

h1 {
    font-size: 32px; 
    top: 268px;
    left: 944px;
}
    
h2 {
    font-size: 24px; 
    width: 400px;    
    top: 370px;
    left: 920px;    
    }
    
h3 {
    font-size: 20px; 
    top: 480px;
    left: 990px;               
    }    

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

