*{
    padding: 0px;
    margin: 0px;

}
html{
    scroll-behavior: smooth;
}
a{
    color: black;
    text-decoration: none;
}
header{
background-color: rgb(251, 247, 244);
padding: 30px;
text-align: center;
}
header h1{
    font-size: 60px;
    margin-bottom: 20px;
}
header nav ul{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}
section{
    height: 1000px;
}
main{
    background-color: rgb(251, 247, 244);
}
.hero img{
    width: 100%;
}
.about{
    background-color: rgb(251, 247, 244);
    padding: 0px;
    text-align: center;
}
footer{
    background-color: rgb(251, 247, 244);
    text-align: center;
    padding: 30px;
}