*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}

#main{
    height: 100%;
    width: 100%;
    background-image: url(./KING.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    color: white;
    padding-top: 300px;
    padding-bottom: 50px;
    padding-left: 740px;
    padding-right: 100px;
    text-transform: capitalize;
    font-size: 25px;
}
button{
    background-color: rgba(0, 255, 255, 0.81);
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-left: 980px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 750;
    border-radius: 40px;
} 