header {
    text-align: center;
    width: 100%;
    height: 30vh;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 85% 85% / 30%;
}
header .backgroundHeader {
    width: 100%;
    height: 100%;
    padding: 50px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 100%);
}

h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    margin-bottom: 15px;
}


button.homeBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    width: 90px;
    height: 40px;
}



button.homeBtn:hover {
    background: rgba(133, 82, 56, 0.42)
}