body{
    background-image: url(images/homeback.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}
h1{
    text-align: center;
    color: azure;
    font-family: 'Ubuntu', sans-serif;
}
script{
    font-size: 26pt;
  }
  .text{
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 65px;
    margin-right: 65px;
    color: azure;
    font-size: 15px;
  }
 .button{
  background-color: yellow;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Ubuntu', sans-serif;
  padding: 10px;
  margin-top: 50px;
 }
 script{
    font-size: 26pt;
    font-family: 'Ubuntu', sans-serif;
  }

