.main{
    background-color: rgb(33, 33, 131);
    padding-left: 60px;
    padding-right: 60px;
}
header{
    display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #fff;
}
header img{
    height: 50px;
    width: 120px;
}
.nav button{
    background-color: rgb(33, 33, 131);
    color: white;
    border-radius: 30px;
    border-color: white;
    display: flex;
    height: 60px;
    width: 180px;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    justify-content: space-around;
}
ul{
    font-family: "Josefin Sans", sans-serif;
    list-style-type: none;
    display: flex;
    gap: 25px;
    font-weight: bolder;
    font-size: larger;
}
.front{
    color: white;
}
.front h1{
    font-family: "Josefin Sans", sans-serif;
    font-size: 50px;
    position: absolute;
    top: 250px;
}
p{
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    position: absolute;
    top: 400px;
}
.front img{
    width: 1200px;
    height: 700px;
    display: flex;
    position: relative;
    top: 50px;
    left: 100px;
}
.front button{
    height: 60px;
    width: 180px;
    background-color: rgb(240, 114, 114);
    color: white;
    border-radius: 30px;
    position: absolute;
    top: 480px;
    font-weight: bold;
    font-size: 18px;
    border: none;
}
.our{
    text-align: center;
}
.our p{
    color: rgb(240, 114, 114);
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 100px;
}
.our h1{
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    top: 100px;
    font-size: 50px;
}
.service-card{
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
.service-card img{
    height: 100px;
    width: 100px;
    position: relative;
    top: 150px;
}
.service-card h1{
    position: relative;
    top: 250px;
}
.service-card p{
    position: relative;
    top: 250px;
}