body{
    background-image: url(images/devpii.jpeg);
    background-size: cover;
}
h1{
    text-align: center;
    color: azure;
    font-family: 'Ubuntu', sans-serif;
}
.devpic1{
    width: 300px;
    border-radius: 400px;
    margin-top: 15px;
}
.text{
    text-align: center;
  }
  table, th, td {
    padding: 5px;
    color: bisque;
    font-family: 'ubuntu', sans-serif;
  }
  p{
    color: bisque;
    font-family: 'Ubuntu', sans-serif;
  }