*{
  margin: 0;  
  padding: 0;
}
header{
    background-color: #454545;
    width: 100%;
    padding: 20px 0;
     
}

nav{
    display: flex;
    
    
}
.nav-link{
    list-style: none;
    display: flex; 
justify-content: space-between;
    width: 90%;
height: 25px;
    position: fixed;
    padding: 0 100px;

}
.nav-link li a {

    text-decoration: none;
    font-size: 14px;
    color: #f4eeee;
    
}
 
.center{
    text-align: center;
    color: #f4eeee;
}
.iphon{
    background: url(./iphon16pro.jpg);
    height: 100vh;
    background-size: cover;
    
    background-position: center;
}
h1{
    padding-top: 70px;
    font-size: 60px;
}
h2{
    font-size: 25px;
    margin-bottom: 10px;
}
#More { background-color: blue;
    color: whitesmoke

}
.learn{
    border-radius: 25px;
    font-size: 15px;
    padding: 5px;
    
}
#Buy{
    color: blue;
    background: transparent;

}
#Buy:hover{
    background-color: blue;
    color: #f4eeee;
}
.iphon-pro{
    background: url(
        ./iphone16.jpg
    );
    height: 100vh;
    background-size: cover;
    
    background-position: center;
}
.Watch{
    background: url(
        ./watch_hero.jpg
    );
    height: 100vh;
    background-size: cover;
    
    background-position: center;
}
.container{
    display: flex;
    margin: 10px;
    gap: 10px;
    
    
}
.common-1{
    color: white;
    text-align: center;
    padding: 40px 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100vh;
    }
#ipadpro{
    background: url(./promo_macbookpro_announce__gdf98j6tj2ie_large_2x.jpg);
    height: 100vh;
    width: 50%;
    background-size: cover;
    background-position: center;
    
    
}
 

#inte{
    background: url(./promo_apple_watch_unity__casvx9ysh1le_small_2x.jpg);
    height: 100vh;
    width: 50%;
    background-size: cover;
    background-position: center;
    
    
}
 #watch img{
    font-size: 5px;
    background-color: #f4eeee;

}

.common{
color: black;
text-align: center;
padding: 40px 20px;
font-size: 10px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 50%;
height: 100vh;
}
#macbook{
    background: url(./promo_apple_card__5cm7draujpey_large_2x\ \(3\).jpg);
    height: 100vh;
    width: 50%;
    background-size: cover;
    background-position: center;
    padding: 15px;

}
#iphontra{
    background: url(./promo_iphone_tradein__bugw15ka691e_large_2x\ \(1\).jpg);
    height: 100vh;
    width: 50%;
    background-size: cover;
    background-position: center;
    padding: 15px;

}
footer{
    background: #f4eeee;
    padding: 20px 100px 0;
}
.all{
    display: flex;
    justify-content: space-between;
}
.column ul {
    list-style: none;
}
.column ul li {
    margin: 5px 0;
    font-size: 14px;
}
.column a {
    text-decoration: none;
    color: black;
}
.column a:hover{
    text-decoration: underline;
}
.footer-button a:hover{
    text-decoration: underline;

}
.footer-button a{
    text-decoration: none;
    color: black;
}