body
{
  /*background-image: linear-gradient(Black,whitesmoke,white);*/
  color: black;
  margin: 0;
  height: 100%;
}
body
{
    /*font-family: "Ubuntu", sans-serif;*/
    font-weight: 700;
    /*font-style: normal;*/
}
h1,h2,h3,h4,h5,h6
{
    /*font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;*/
}
img
{
  text-align: center;
  border-radius: 50%;
}
a
{
  width: 50%;
  color: blue;
  text-align: center;
  margin-left: 35%;
  text-decoration: none;
}

h1
{
  text-align: center;
}

button
{
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(to right,green,yellow);
  background-clip: text;
  color: transparent;
  width: 82%;
  height: 50px;
  margin: 10%;
  
  box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
}

label
{
  margin-left: 10%;
}

.input
{
  border: 1px solid black;
  border-radius: 10px;
  margin-left: 10%;
  margin-bottom: 10px;
  width: 80%;
  height: 30px;
  font-weight: 700;
}

.checkbox
{
  border: 1px solid black;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 70px;
  width: 20px;
  height: 20px;
}
