html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(#00b1db, #ffffff);
}

#download {
    width: 496px;
    height: 303px;
    background-image: url("statTol.png");

    border: 10px #000000;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;

}

#titlename{
  font-family: Arial;
  font-size: 30;
  padding: 50px 0px 0px 200px;
}

button{
  width: 200px;
  height: 70px;
  border-radius: 15px;
  background: #00b1db;
  margin-left: 148px;
  font-family: Arial;
  font-size: 20;
  letter-spacing:5px;
}
button:hover{
  box-shadow: 0px 0px 15px 5px #00b1db;
}

a{
  text-decoration: none;
  color: black;
}
