
.gonder{
color: #ffffff;
background: red;
}
input {
background-color: gold;
border: 1px solid gray;
border-radius: 2px;
margin-bottom: 8px;
}
strong {
color: white;
background: linear-gradient(-45deg,grey, orange);
border-radius: 12px;
font-size: 12px;
font-style: italic;
padding: 5px;
border: 2px solid white;
text-align: center;
margin-left: 137px;
z-index: 30;
}

body {
background: linear-gradient(45deg,gold,white,orange, White);
transform: opacity(55%);
}
h1 {
 background: linear-gradient(45deg,grey, orange);
 padding: 15px;
 color: white;
 text-align: center;
 border: solid 3px white;
 transform: 50%;
 filter: 
}
button{
color: black;
padding: 5px;
font-size: 12px;
text-align: center;
border: 2px solid gray;
border-radius: 30px;
margin-bottom: 2px;
background: linear-gradient(45deg, white, orange);


}
text {
font-style: italic;
}
h4 {
 background-color: white;
 margin-top:center;
 font-style: italic;
 font-family: calibri;
 text-align: center;
 border: solid 2px gray;
}
h3 {
 font-style: bold;
 color: orange;
 background: white;
 text-align: center;
 border: solid 2px gray;
}
img {
 height: 100px;
 width: 100px;
 margin-left: 130px;
 border-radius: 100px;
 border: solid 2px white;
 transform:(90px);
