body {
color: black;
max-width: 500px;
width: 85%;
}
a {
color: black;
font-size: 15px;
}
button, #action-buttons a {
background-color: white;
display: block;
color: black;
border: none;
font: sans-serif;
font-size: 20px;
font-weight: bold;
padding: 15px;
margin-left: 4%;
text-decoration: none;
cursor: pointer;
border-radius: 10px;
}
#photobot-form {
margin-left: 5%;
margin-right: -5%;
}
input[type="text"], input[type="email"] {
background-color: white;
display: block;
color: black;
border: none;
font: sans-serif;
font-size: 20px;
font-weight: bold;
padding: 15px;
margin: auto;
border-radius: 10px;
width: 80%;
}
{
}