*{
font-family: Georgia, 'Times New Roman', Times, serif;

}

body{
    margin: 0 auto;
}
header img {
    width: 150px;
}

header.header{
    display: flex;
    align-items: center;
    background-color: rgb(50, 33, 202);
}

section.top-page{
    background: url("./argent2.jpeg");
    height: 80vh;
    background-size: cover;
} 

nav.menu{
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 400px;
    margin-left: 150px;
}

nav.menu li{
    color: white;

}

.big{
    color: rgb(19, 43, 177);
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 10000;
}

.landing-page{
padding: 20px 50px;

}

.service{
    display: flex;
    justify-content: space-between;
    margin: 50px;


}
.service-item{
    background-color: aquamarine;
    flex-direction: column;
    align-items: center;
}
.ttt{
    font-weight: 600;
    text-align: center;
}

.best-title{
    font-size: 50px;
    font-weight: 100;
    position: relative;
}
.best-title::before{
content: "";
position: absolute;
background-color: rgb(103, 42, 173);
width: 50px;
height: 7px;
bottom: 0;
}