* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.links a {
    padding-left: 25px;
}
.search {
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.link {
    text-decoration: none;
    color: #333;

}
.images{
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: grey;
    padding-top: 50px;
    padding-left: 280px;
    padding-right: 280px;
}
.serdce{
    display: flex;
    gap: 40px;
    padding-left: 35px;
}
.fashion{
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}
.star{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    gap: 10px;
}
.name{
    color: gray;
}
.white{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 150px;
}
.berg{
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--Gray-1, #333);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
font-weight: 600;
}
.email{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.email2{
   padding-left: 80px;
   padding-right: 80px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.text{
color: gray;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 176.5%;
}
.footer{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.column1{
    padding-top: 25px;
}
.text1{
    padding-top: 10px;
    color: gray;
}
.black{
    background-color: #121212;
    height: 50px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 14px;
}