body{
    margin: 0px;
    padding: 0px;
    background-image: url("images/6005990.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    
}
h1{
    color:blanchedalmond;
}
.hh{
    color: aqua;
}
p{
    width: 40%;
    font-weight: 900;
    color: white;
}
ul li{
    color: white;
}
h2
{
    color: aqua;
}
button{
    display: inline-block;
    background: #ff523b;
    color: #ffffff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
button:hover{
    background: #563434;
}