h1{ color: whitesmoke;
size-10px;
}
#display{
    padding-right:100px;
    background-color:white;
    color:black;
    padding-bottom: 50px ;
    box-shadow: 6px 6px 6px yellow;
    margin:8px;
    font-size:50px;
}
body{
    background-image:url('beach.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
button{
    color:white;
    background-color: black;
    padding:50px ;
    margin:10px;
    box-shadow: 4px 4px 4px red;
    font-size: 40px;
}
