header{
    display: flex;
    gap: 10px;
    font-family: sans-serif;
    background-color: goldenrod;
}
img{
    height: 700px;
    width: 690px;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 25px;
}
p{
    font-size: 19px;
}


button{
    background-color: #00ff08;
    border: 0;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
}









