body{
  background-color:black;
  color:white;
  background-image: url("CLOVER1.jpg");
  font-family: "Alan Sans", sans-serif;
}
h1{
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color: #C5D0E6;
}
img.comp {
  margin: auto;
  margin-left:920px;
  margin-top:20px;
}
div.box {
  margin:auto;
  background-color:blue;
  background: linear-gradient(-180deg,rgba(0, 0, 255, 1) 0%, rgba(56, 166, 245, 1) 100%);
  width:500px;
  border-color:#0942B8;
  border-bottom:5px outset #38A6F5;
  border-style:outset;
  border-radius:2px;
  border-width:5px;
  
}
a {
  color: white;
  text-decoration:none;
}
a:hover {
  color:#07A85C;
  text-decoration:none;
  font-style:italic;
}
a:visited {
  text-decoration:none;
  color:#160A52;
}
a:active {
  text-decoration:none;
 color: #281299;
}
div.return {
  text-align: center;
  padding:20px;
}