body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    gap: 0;
    position: relative;
}

header {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: rgb(238, 234, 228);
    background-color: rgba(240, 248, 255, 0);
    position: absolute;
}

section {
    height: 700px;
    background-image: url("./Background-CrhoXMm2.png");
    background-size: cover;

}

section div {
    color: antiquewhite;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 280px;
    justify-content: center;
}

section div p {
    font-size: 20px;
}

.p {
    display: flex;
    align-items: center;
    width: 100%;
}

input {
    
    width: 80%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    top: -220px;
}
.c{
    height: 300px;
}
ul{
    list-style: none;
}
nav ul {
    display: flex;
    gap: 10px;
}
nav ul li a{
    text-decoration: none;
    color: antiquewhite;
}
nav ul li a:hover{
    color: rgb(185, 176, 164);
}

main{
    display: flex;
    padding: 30px;
    gap:30px;
    align-items: center;

}

img{
    width: 300px;
}
@media (max-width:425px) {
    header{
        flex-direction: column;
    }
    main{
        flex-direction: column;
    }
}
