* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.nav {
    font-size: 12px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.nav>a>img {
    width: 20px;
    height: 20px;
}

.nav>a {
    text-decoration: none;
    color: black;
}

.img1 {
    width: 100%;
    height: 600px;
}


.box2 {
    position: absolute;
    top: 70%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    inset: 0;
    margin: auto;
    width: 625px;
    height: 240px;

}

.section {
    position: relative;
}

.box2>h1 {
    font-size: 50px;
    text-align: center;
}

.box2>p {
    font-size: 28px;
    width: 600px;
    text-align: center;
    letter-spacing: -1, 5px;
    margin: auto;
}

button {
    position: absolute;
    left: 37%;
    margin: 15px 0px 0px 0px;
    font-size: 18px;
    color: white;
    background-color: #0071e2;
    border: none;
    padding: 15px 20px;
    border-radius: 28px;
    text-align: center;
}