button {
width: 300px;
height: 40px;
font-size: 20px;
font-family: 'Bodoni Moda', serif;
font-weight: 700;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
button:hover,
button:focus {
border: 3px solid white;
background-color: orange;
color: white;
text-shadow: 1px 1px 1px black;
cursor: pointer;
}
#output-text {
/* border: 3px solid red; */
background-color: rgba(0,255,0,0.7);
color: white;
text-shadow: 1px 1px 1px black;
padding: 5px 0;
font-size: 1.5em;
}
html, body {
color: white;
margin: 0;
padding: 0;
background-color: rgba(0,0,0,0.5);
background-image: url(https://images.pexels.com/photos/534216/pexels-photo-534216.jpeg?
auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 50%;
background-blend-mode: overlay;
}
body {
text-align: center;
text-shadow: 1px 1px 12px greenyellow;
font-family: 'Bodoni Moda', serif;
font-size: 1.1rem;
}
input {
width: 150px;
height: 30px;
font-size: 20px;
font-family: 'Bodoni Moda', serif;
text-shadow: 1px 1px 1px black;
margin: 5px auto;
background-color: rgba(0,255,0,0.7);
color: white;
}